Searched refs:for_seconds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.cc60 void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) { argument
62 this, for_seconds, activate, BUBBLE_CREATE_NEW);
65 void SystemTrayItem::SetDetailedViewCloseDelay(int for_seconds) { argument
66 system_tray()->SetDetailedViewCloseDelay(for_seconds);
H A Dsystem_tray_item.h79 // |for_seconds| is non-zero, then the popup is closed after the specified
81 void PopupDetailedView(int for_seconds, bool activate);
84 // |for_seconds| seconds. The caller is responsible for checking that the
86 void SetDetailedViewCloseDelay(int for_seconds);

Completed in 1749 milliseconds