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

  /external/chromium_org/ash/system/chromeos/power/
tray_power.h 34 enum NotificationState {
102 NotificationState notification_state_;
tray_power_unittest.cc 68 TrayPower::NotificationState notification_state() const {
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.h 109 enum NotificationState {
115 NotificationState m_state;
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
progress_center.js 108 var NotificationState = ProgressCenter.Notifications_.NotificationState_;
119 this.ids_[item.id] = NotificationState.VISIBLE;
120 else if (this.ids_[item.id] === NotificationState.DISMISSED)
129 if (previousState === NotificationState.VISIBLE) {

Completed in 51 milliseconds