Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/instant/
Dinstant_controller.cc230 update_timer_.Stop(); in DestroyPreviewContentsAndLeaveActive()
237 !update_timer_.IsRunning(); in IsCurrent()
380 update_timer_.Stop(); in ReleasePreviewContents()
557 update_timer_.Stop(); in ScheduleUpdate()
558 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdateDelayMS), in ScheduleUpdate()
601 update_timer_.Stop(); in UpdateLoader()
Dinstant_controller.h284 base::OneShotTimer<InstantController> update_timer_; variable
/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager.cc291 update_timer_.Stop(); in OnURLFetchComplete()
491 update_timer_.Stop(); in ScheduleNextUpdate()
503 update_timer_.Stop(); in ForceScheduleNextUpdate()
504 update_timer_.Start(TimeDelta::FromMilliseconds(next_update_msec), this, in ForceScheduleNextUpdate()
622 update_timer_.Start(TimeDelta::FromSeconds(kSbMaxUpdateWaitSec), this, in OnGetChunksComplete()
Dprotocol_manager.h341 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_;
Dsafe_browsing_test.cc214 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning(); in UpdateSafeBrowsingStatus()
/external/chromium/chrome/browser/download/
Ddownload_file_manager.cc124 if (!update_timer_.IsRunning()) { in StartUpdateTimer()
125 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdatePeriodMs), in StartUpdateTimer()
132 update_timer_.Stop(); in StopUpdateTimer()
Ddownload_file_manager.h169 base::RepeatingTimer<DownloadFileManager> update_timer_; variable
Ddownload_item.h361 base::RepeatingTimer<DownloadItem> update_timer_; variable
Ddownload_item.cc316 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdateTimeMs), this, in StartProgressTimer()
321 update_timer_.Stop(); in StopProgressTimer()