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 167 notification_state_(NOTIFICATION_NONE),
247 else if (notification_state_ == NOTIFICATION_NONE)
293 notification_state_ = NOTIFICATION_NONE;
310 notification_state_ = NOTIFICATION_NONE;
314 switch (notification_state_) {
317 notification_state_ = NOTIFICATION_CRITICAL;
321 notification_state_ = NOTIFICATION_LOW_POWER;
327 notification_state_ = NOTIFICATION_CRITICAL;
346 notification_state_ = NOTIFICATION_NONE;
350 switch (notification_state_) {
    [all...]
tray_power.h 89 // Sets |notification_state_|. Returns true if a notification should be shown.
100 NotificationState notification_state_; member in class:ash::TrayPower
tray_power_unittest.cc 68 return tray_power_->notification_state_;

Completed in 59 milliseconds