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

  /external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc 147 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
153 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
162 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
169 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
194 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
202 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
220 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
232 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
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;
260 case NOTIFICATION_NONE:
291 notification_state_ = NOTIFICATION_NONE;
296 case NOTIFICATION_NONE:
tray_power.h 35 NOTIFICATION_NONE,

Completed in 24 milliseconds