OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refresh_timer_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/monitor/
tray_monitor.h
35
base::RepeatingTimer<TrayMonitor>
refresh_timer_
;
member in class:ash::internal::TrayMonitor
tray_monitor.cc
27
refresh_timer_
.Start(FROM_HERE,
58
refresh_timer_
.Stop();
94
refresh_timer_
.Start(FROM_HERE,
/external/chromium_org/chrome/browser/ui/views/
critical_notification_bubble_view.h
62
base::RepeatingTimer<CriticalNotificationBubbleView>
refresh_timer_
;
member in class:CriticalNotificationBubbleView
critical_notification_bubble_view.cc
99
refresh_timer_
.Stop();
135
refresh_timer_
.Stop();
221
refresh_timer_
.Start(FROM_HERE,
Completed in 152 milliseconds