OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartAutoCloseTimer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_bubble.h
54
void
StartAutoCloseTimer
(int seconds);
tray_notification_view.h
56
void
StartAutoCloseTimer
(int seconds);
tray_notification_view.cc
112
void TrayNotificationView::
StartAutoCloseTimer
(int seconds) {
128
StartAutoCloseTimer
(autoclose_delay_);
system_tray_bubble.cc
306
void SystemTrayBubble::
StartAutoCloseTimer
(int seconds) {
322
StartAutoCloseTimer
(autoclose_delay_);
system_tray.cc
278
system_bubble_->bubble()->
StartAutoCloseTimer
(close_delay);
283
system_bubble_->bubble()->
StartAutoCloseTimer
(close_delay);
Completed in 68 milliseconds