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

  /external/chromium_org/ash/system/chromeos/power/
tray_power.cc 113 notification_state_(NOTIFICATION_NONE),
192 else if (notification_state_ == NOTIFICATION_NONE)
238 notification_state_ = NOTIFICATION_NONE;
255 notification_state_ = NOTIFICATION_NONE;
259 switch (notification_state_) {
262 notification_state_ = NOTIFICATION_CRITICAL;
266 notification_state_ = NOTIFICATION_LOW_POWER;
272 notification_state_ = NOTIFICATION_CRITICAL;
291 notification_state_ = NOTIFICATION_NONE;
295 switch (notification_state_) {
    [all...]
tray_power.h 91 // Sets |notification_state_|. Returns true if a notification should be shown.
102 NotificationState notification_state_; member in class:ash::internal::TrayPower
tray_power_unittest.cc 69 return tray_power_->notification_state_;

Completed in 25 milliseconds