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

  /external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc 68 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_CRITICAL, notification_state());
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 868 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) {
897 SetNotificationStateUnsafe(notification_state);
    [all...]
directory_backing_store.cc 382 "notification_state = ?, "
393 update.bind_blob(2, info.notification_state.data(),
394 info.notification_state.size());
586 "notification_state, autofill_migration_state, "
597 query.column_blob_as_string(3, &info->kernel_info.notification_state);
    [all...]
syncable.h 707 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);
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 1031 const std::string& notification_state = local
    [all...]

Completed in 69 milliseconds