HomeSort by relevance Sort by last modified time
    Searched refs:message_shown_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/system/
tray_caps_lock.h 52 bool message_shown_; member in class:ash::internal::TrayCapsLock
tray_caps_lock.cc 119 message_shown_(false) {
188 if (!message_shown_) {
192 message_shown_ = true;
  /external/chromium_org/ash/system/ime/
tray_ime.h 62 bool message_shown_; member in class:ash::internal::TrayIME
tray_ime.cc 193 message_shown_(false) {
220 if (!message_center->HasNotification(kIMENotificationId) && message_shown_)
247 message_shown_ = true;

Completed in 68 milliseconds