HomeSort by relevance Sort by last modified time
    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 122 bool should_update_tray_content_; member in class:message_center::WebNotificationTray
web_notification_tray.cc 134 should_update_tray_content_(true) {
234 should_update_tray_content_ = true;
260 if (!should_update_tray_content_)
262 should_update_tray_content_ = false;
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 300 should_update_tray_content_(false),
569 should_update_tray_content_ = true;
576 if (!should_update_tray_content_)
578 should_update_tray_content_ = false;
web_notification_tray.h 170 bool should_update_tray_content_; member in class:ash::WebNotificationTray

Completed in 263 milliseconds