Searched refs:update_timer_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.h169 base::RepeatingTimer<DownloadFileManager> update_timer_; member in class:DownloadFileManager
H A Ddownload_file_manager.cc124 if (!update_timer_.IsRunning()) {
125 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdatePeriodMs),
132 update_timer_.Stop();
H A Ddownload_item.h361 base::RepeatingTimer<DownloadItem> update_timer_; member in class:DownloadItem
H A Ddownload_item.cc316 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdateTimeMs), this,
321 update_timer_.Stop();
/external/chromium/chrome/browser/instant/
H A Dinstant_controller.cc230 update_timer_.Stop();
237 !update_timer_.IsRunning();
380 update_timer_.Stop();
557 update_timer_.Stop();
558 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdateDelayMS),
601 update_timer_.Stop();
H A Dinstant_controller.h284 base::OneShotTimer<InstantController> update_timer_; member in class:InstantController
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc291 update_timer_.Stop();
491 update_timer_.Stop();
503 update_timer_.Stop();
504 update_timer_.Start(TimeDelta::FromMilliseconds(next_update_msec), this,
622 update_timer_.Start(TimeDelta::FromSeconds(kSbMaxUpdateWaitSec), this,
H A Dprotocol_manager.h341 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_; member in class:SafeBrowsingProtocolManager
H A Dsafe_browsing_test.cc214 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();

Completed in 101 milliseconds