/external/chromium_org/content/browser/download/ |
download_file_impl.cc | 66 update_timer_.reset(new base::RepeatingTimer<DownloadFileImpl>()); 97 if (!update_timer_->IsRunning()) { 98 update_timer_->Start(FROM_HERE, 248 update_timer_.reset();
|
download_file_impl.h | 94 scoped_ptr<base::RepeatingTimer<DownloadFileImpl> > update_timer_; member in class:content::DownloadFileImpl
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
google_contact_store.h | 48 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
|
google_contact_store.cc | 260 update_timer_.Start(
|
/external/chromium_org/ash/wm/workspace/ |
frame_maximize_button.h | 114 // |update_timer_|. 171 base::OneShotTimer<FrameMaximizeButton> update_timer_; member in class:ash::FrameMaximizeButton
|
frame_maximize_button.cc | 347 update_timer_.Start( 365 update_timer_.Stop(); 397 update_timer_.Stop();
|
/external/chromium/chrome/browser/instant/ |
instant_controller.cc | 230 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();
|
instant_controller.h | 284 base::OneShotTimer<InstantController> update_timer_; member in class:InstantController
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager.cc | 291 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,
|
protocol_manager.h | 341 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_; member in class:SafeBrowsingProtocolManager
|
safe_browsing_test.cc | 214 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();
|
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 124 if (!update_timer_.IsRunning()) { 125 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdatePeriodMs), 132 update_timer_.Stop();
|
download_file_manager.h | 169 base::RepeatingTimer<DownloadFileManager> update_timer_; member in class:DownloadFileManager
|
download_item.cc | 316 update_timer_.Start(base::TimeDelta::FromMilliseconds(kUpdateTimeMs), this, 321 update_timer_.Stop();
|
download_item.h | 361 base::RepeatingTimer<DownloadItem> update_timer_; member in class:DownloadItem
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_manager.cc | 152 return update_timer_.IsRunning(); 469 update_timer_.Stop(); 482 update_timer_.Stop(); 483 update_timer_.Start(FROM_HERE, interval, this,
|
protocol_manager.h | 313 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_; member in class:SafeBrowsingProtocolManager
|
safe_browsing_test.cc | 132 safe_browsing_service_->protocol_manager_->update_timer_.IsRunning();
|
/external/chromium_org/chromeos/dbus/ |
power_manager_client.cc | 678 update_timer_.Start(FROM_HERE, 843 base::RepeatingTimer<PowerManagerClientStubImpl> update_timer_; member in class:chromeos::PowerManagerClientStubImpl
|