OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autoclose_delay_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/tray/
tray_notification_view.cc
114
autoclose_delay_
= seconds;
115
if (
autoclose_delay_
) {
117
base::TimeDelta::FromSeconds(
autoclose_delay_
),
127
if (
autoclose_delay_
)
128
StartAutoCloseTimer(
autoclose_delay_
);
system_tray_bubble.cc
142
autoclose_delay_
(0) {
308
autoclose_delay_
= seconds;
309
if (
autoclose_delay_
) {
311
base::TimeDelta::FromSeconds(
autoclose_delay_
),
321
if (
autoclose_delay_
)
322
StartAutoCloseTimer(
autoclose_delay_
);
system_tray_bubble.h
73
int
autoclose_delay_
;
member in class:ash::internal::SystemTrayBubble
tray_notification_view.h
89
int
autoclose_delay_
;
member in class:ash::internal::TrayNotificationView
Completed in 202 milliseconds