Home
last modified time | relevance | path

Searched refs:StartAutoCloseTimer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_notification_view.cc111 void TrayNotificationView::StartAutoCloseTimer(int seconds) { in StartAutoCloseTimer() function in ash::TrayNotificationView
127 StartAutoCloseTimer(autoclose_delay_); in RestartAutoCloseTimer()
Dsystem_tray_bubble.h51 void StartAutoCloseTimer(int seconds);
Dtray_notification_view.h53 void StartAutoCloseTimer(int seconds);
Dsystem_tray_bubble.cc304 void SystemTrayBubble::StartAutoCloseTimer(int seconds) { in StartAutoCloseTimer() function in ash::SystemTrayBubble
320 StartAutoCloseTimer(autoclose_delay_); in RestartAutoCloseTimer()
Dsystem_tray.cc267 system_bubble_->bubble()->StartAutoCloseTimer(close_delay); in ShowDetailedView()
272 system_bubble_->bubble()->StartAutoCloseTimer(close_delay); in SetDetailedViewCloseDelay()