Home
last modified time | relevance | path

Searched refs:should_update_tray_content_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray.cc135 should_update_tray_content_(true) { in WebNotificationTray()
238 should_update_tray_content_ = true; in OnMessageCenterTrayChanged()
264 if (!should_update_tray_content_) in UpdateStatusIcon()
266 should_update_tray_content_ = false; in UpdateStatusIcon()
Dweb_notification_tray.h124 bool should_update_tray_content_; variable
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc173 should_update_tray_content_(false), in WebNotificationTray()
446 should_update_tray_content_ = true; in OnMessageCenterTrayChanged()
453 if (!should_update_tray_content_) in UpdateTrayContent()
455 should_update_tray_content_ = false; in UpdateTrayContent()
Dweb_notification_tray.h170 bool should_update_tray_content_; variable