OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_update_tray_content_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h
105
bool
should_update_tray_content_
;
member in class:message_center::WebNotificationTray
web_notification_tray.cc
132
should_update_tray_content_
(true) {
208
should_update_tray_content_
= true;
234
if (!
should_update_tray_content_
)
236
should_update_tray_content_
= false;
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
307
should_update_tray_content_
(false),
572
should_update_tray_content_
= true;
579
if (!
should_update_tray_content_
)
581
should_update_tray_content_
= false;
web_notification_tray.h
171
bool
should_update_tray_content_
;
member in class:ash::WebNotificationTray
Completed in 79 milliseconds