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

/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgoogle_contact_store.h48 bool update_scheduled() { return store_->update_timer_.IsRunning(); }
107 // Starts |update_timer_| so UpdateContacts() will be run.
159 base::OneShotTimer<GoogleContactStore> update_timer_; member in class:contacts::GoogleContactStore
H A Dgoogle_contact_store.cc263 update_timer_.Start(
/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_org/content/browser/download/
H A Ddownload_file_impl.cc66 update_timer_.reset(new base::RepeatingTimer<DownloadFileImpl>());
97 if (!update_timer_->IsRunning()) {
98 update_timer_->Start(FROM_HERE,
248 update_timer_.reset();
H A Ddownload_file_impl.h94 scoped_ptr<base::RepeatingTimer<DownloadFileImpl> > update_timer_; member in class:content::DownloadFileImpl
/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();
/external/chromium_org/ash/wm/caption_buttons/
H A Dframe_maximize_button.cc349 update_timer_.Start(
367 update_timer_.Stop();
399 update_timer_.Stop();
H A Dframe_maximize_button.h122 // |update_timer_|.
179 base::OneShotTimer<FrameMaximizeButton> update_timer_; member in class:ash::FrameMaximizeButton
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc152 return update_timer_.IsRunning();
469 update_timer_.Stop();
482 update_timer_.Stop();
483 update_timer_.Start(FROM_HERE, interval, this,
H A Dprotocol_manager.h313 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_; member in class:SafeBrowsingProtocolManager
H A Dsafe_browsing_test.cc132 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();
/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.cc681 update_timer_.Start(FROM_HERE,
839 base::RepeatingTimer<PowerManagerClientStubImpl> update_timer_; member in class:chromeos::PowerManagerClientStubImpl

Completed in 409 milliseconds