Searched refs:RepeatingTimer (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/
H A Dupgrade_detector.h66 base::RepeatingTimer<UpgradeDetector> detect_upgrade_timer_;
70 base::RepeatingTimer<UpgradeDetector> upgrade_notification_timer_;
H A Doom_priority_manager.h53 base::RepeatingTimer<OomPriorityManager> timer_;
H A Dbrowser_process_impl.h274 base::RepeatingTimer<BrowserProcessImpl> autoupdate_timer_;
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_drop_info.h81 base::RepeatingTimer<BookmarkDropInfo> scroll_timer_;
/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.h169 base::RepeatingTimer<DownloadFileManager> update_timer_;
H A Ddownload_item.h361 base::RepeatingTimer<DownloadItem> update_timer_;
/external/chromium/chrome/browser/notifications/
H A Dnotification_ui_manager.h115 base::RepeatingTimer<NotificationUIManager> user_state_check_timer_;
/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.h95 base::RepeatingTimer<FullscreenExitBubble> mouse_position_checker_;
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.h96 base::RepeatingTimer<MessageLoopHelper> timer_;
H A Dbackend_impl.h374 base::RepeatingTimer<BackendImpl> timer_; // Usage timer.
/external/chromium/base/debug/
H A Dtrace_event.h143 RepeatingTimer<TraceLog> timer_;
/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.h60 base::RepeatingTimer<ExtensionsQuotaService> purge_timer_;
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h214 base::RepeatingTimer<DownloadItemGtk> progress_timer_;
/external/chromium/webkit/glue/media/
H A Dbuffered_data_source.h218 // loop. The RepeatingTimer does PostDelayedTask() internally, by using it
220 base::RepeatingTimer<BufferedDataSource> watch_dog_timer_;
/external/chromium/base/
H A Dtimer_unittest.cc74 base::RepeatingTimer<RepeatingTimerTester> timer_;
299 TEST(TimerTest, RepeatingTimer) {
H A Dtimer.h5 // OneShotTimer and RepeatingTimer provide a simple timer API. As the names
7 // RepeatingTimer on the other hand calls you back periodically with the
10 // OneShotTimer and RepeatingTimer both cancel the timer when they go out of
13 // RepeatingTimer as a member variable of the class for which you wish to
16 // Sample RepeatingTimer usage:
31 // base::RepeatingTimer<MyClass> timer_;
34 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
60 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
110 // This class is an implementation detail of OneShotTimer and RepeatingTimer.
206 class RepeatingTimer class in namespace:base
[all...]
/external/chromium/chrome/browser/prerender/
H A Dprerender_manager.h240 // RepeatingTimer to perform periodic cleanups of pending prerendered
242 base::RepeatingTimer<PrerenderManager> repeating_timer_;
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h253 base::RepeatingTimer<DownloadItemView> progress_timer_;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.h306 base::RepeatingTimer<SyncerThread> poll_timer_;
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h501 base::RepeatingTimer<Core> save_changes_timer_;
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h470 base::RepeatingTimer<BrowserWindowGtk> loading_animation_timer_;
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h664 base::RepeatingTimer<BrowserView> loading_animation_timer_;
/external/chromium/chrome/browser/net/
H A Dpredictor_unittest.cc32 typedef base::RepeatingTimer<WaitForResolutionHelper> HelperTimer;
/external/chromium/net/socket/
H A Dclient_socket_pool_base.h538 base::RepeatingTimer<ClientSocketPoolBaseHelper> timer_;
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc326 base::RepeatingTimer<MobileSetupHandler> reconnect_timer_;

Completed in 886 milliseconds