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

  /external/chromium/chrome/browser/sync/engine/
all_status.h 43 void SetNotificationsEnabled(bool notifications_enabled);
all_status.cc 140 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) {
syncapi.cc     [all...]
  /external/chromium_org/sync/engine/
all_status.h 46 void SetNotificationsEnabled(bool notifications_enabled);
sync_scheduler.h 122 virtual void SetNotificationsEnabled(bool notifications_enabled) = 0;
all_status.cc 127 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) {
sync_scheduler_impl.h 70 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
sync_scheduler_impl.cc 889 void SyncSchedulerImpl::SetNotificationsEnabled(bool notifications_enabled) {
sync_scheduler_unittest.cc 572 scheduler()->SetNotificationsEnabled(false);
    [all...]
  /external/chromium_org/sync/test/engine/
fake_sync_scheduler.cc 42 void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) {
fake_sync_scheduler.h 38 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 83 void SetNotificationsEnabled(bool enabled) {
351 blocker1.SetNotificationsEnabled(false);
356 blocker2.SetNotificationsEnabled(false);
360 blocker2.SetNotificationsEnabled(true);
366 blocker2.SetNotificationsEnabled(false);
367 blocker1.SetNotificationsEnabled(true);
373 blocker2.SetNotificationsEnabled(true);
396 blocker.SetNotificationsEnabled(false);
411 blocker.SetNotificationsEnabled(true);
448 blocker.SetNotificationsEnabled(false)
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc     [all...]

Completed in 2911 milliseconds