Searched refs:dwUpdated (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp56 : dwUpdated(0),
87 uint32 dwUpdated; member in struct:ClientCtrlItem_Struct
252 cur_item->dwUpdated = 0;
257 cur_item->dwUpdated = 0;
341 item->dwUpdated = 0;
903 if ( item->dwUpdated < dwTicks || !item->status ||
929 item->dwUpdated = dwTicks + 10000;
H A DDownloadListCtrl.cpp55 : dwUpdated(0),
72 uint32 dwUpdated; member in struct:FileCtrlItem_Struct
264 item->dwUpdated = 0;
979 if ( item->dwUpdated < dwTicks || !item->status || iWidth != item->status->GetWidth() ) {
1002 item->dwUpdated = dwTicks + 5000; // Plus five seconds

Completed in 58 milliseconds