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 32 enum NotificationState {
100 NotificationState notification_state_;
tray_power_unittest.cc 67 TrayPower::NotificationState notification_state() const {
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 119 enum NotificationState {
125 NotificationState m_state;
  /external/chromium_org/ui/file_manager/file_manager/background/js/
progress_center.js 91 var NotificationState = ProgressCenter.Notifications_.NotificationState_;
102 this.ids_[item.id] = NotificationState.VISIBLE;
103 else if (this.ids_[item.id] === NotificationState.DISMISSED)
112 if (previousState === NotificationState.VISIBLE) {

Completed in 181 milliseconds