Home
last modified time | relevance | path

Searched refs:fLastUpdateTime (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadProgressView.h76 bigtime_t fLastUpdateTime; variable
H A DDownloadProgressView.cpp211 fLastUpdateTime = 0; in Init()
717 if ((currentTime - fLastUpdateTime) > kMaxUpdateInterval) { in _UpdateStatus()
718 fLastUpdateTime = currentTime; in _UpdateStatus()
/haiku/src/kits/tracker/
H A DStatusWindow.h158 bigtime_t fLastUpdateTime; variable
H A DStatusWindow.cpp562 fLastUpdateTime = fLastSpeedReferenceTime = fProcessStartTime in Init()
936 if (!optional || ((currentTime - fLastUpdateTime) > kMaxUpdateInterval)) { in UpdateStatus()
953 fLastUpdateTime = currentTime; in UpdateStatus()