Searched defs:notification_state (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power_unittest.cc68 TrayPower::NotificationState notification_state() const { function in class:ash::internal::TrayPowerTest
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());
175 EXPECT_EQ(TrayPower::NOTIFICATION_LOW_POWER, notification_state());
180 EXPECT_EQ(TrayPower::NOTIFICATION_LOW_POWER, notification_state());
187 EXPECT_EQ(TrayPower::NOTIFICATION_CRITICAL, notification_state());
194 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
202 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state());
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc868 const std::string& notification_state) {
869 if (notification_state == kernel_->persisted_info.notification_state)
871 kernel_->persisted_info.notification_state = notification_state;
890 std::string notification_state = kernel_->persisted_info.notification_state; local
892 return notification_state;
895 void Directory::SetNotificationState(const std::string& notification_state) { argument
897 SetNotificationStateUnsafe(notification_state);
867 SetNotificationStateUnsafe( const std::string& notification_state) argument
[all...]
H A Dsyncable.h707 std::string notification_state; member in struct:syncable::Directory::PersistedKernelInfo
791 void SetNotificationState(const std::string& notification_state);
943 void SetNotificationStateUnsafe(const std::string& notification_state);
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc1027 const std::string& notification_state = local
1029 DVLOG(1) << "GetNotificationState: " << notification_state;
1031 return_args.Append(new base::StringValue(notification_state));

Completed in 84 milliseconds