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

/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp53 const bigtime_t kMaxUpdateInterval = 100000LL; variable
714 if ((currentTime - fLastUpdateTime) > kMaxUpdateInterval) {
/haiku/src/kits/tracker/
H A DStatusWindow.cpp67 const bigtime_t kMaxUpdateInterval = 100000LL; variable
932 if (!optional || ((currentTime - fLastUpdateTime) > kMaxUpdateInterval)) {

Completed in 35 milliseconds