Home
last modified time | relevance | path

Searched refs:notification_state_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
Dtray_power.cc113 notification_state_(NOTIFICATION_NONE), in TrayPower()
192 else if (notification_state_ == NOTIFICATION_NONE) in OnPowerStatusChanged()
238 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationState()
255 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationStateForRemainingTime()
259 switch (notification_state_) { in UpdateNotificationStateForRemainingTime()
262 notification_state_ = NOTIFICATION_CRITICAL; in UpdateNotificationStateForRemainingTime()
266 notification_state_ = NOTIFICATION_LOW_POWER; in UpdateNotificationStateForRemainingTime()
272 notification_state_ = NOTIFICATION_CRITICAL; in UpdateNotificationStateForRemainingTime()
291 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationStateForRemainingPercentage()
295 switch (notification_state_) { in UpdateNotificationStateForRemainingPercentage()
[all …]
Dtray_power.h102 NotificationState notification_state_; variable
Dtray_power_unittest.cc69 return tray_power_->notification_state_; in notification_state()