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

  /external/chromium_org/sync/internal_api/public/engine/
sync_status.cc 10 : notifications_enabled(false),
sync_status.h 30 bool notifications_enabled; // True only if subscribed for notifications. member in struct:syncer::SyncStatus
  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_sync.cc 58 bool notifications_enabled = false; local
60 bool success = value->GetAsBoolean(&notifications_enabled);
63 dict->SetBoolean(kNotificationSetting, notifications_enabled);
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.h 39 bool notifications_enabled,
60 bool notifications_enabled() const;
sync_session_snapshot.cc 34 bool notifications_enabled,
46 notifications_enabled_(notifications_enabled),
133 bool SyncSessionSnapshot::notifications_enabled() const { function in class:syncer::sessions::SyncSessionSnapshot
  /external/chromium_org/sync/engine/
all_status.cc 18 status_.notifications_enabled = false;
115 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) {
117 status_.notifications_enabled = notifications_enabled;
all_status.h 53 void SetNotificationsEnabled(bool notifications_enabled);
sync_scheduler.h 128 virtual void SetNotificationsEnabled(bool notifications_enabled) = 0;
sync_scheduler_impl.h 69 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
sync_scheduler_impl.cc 597 return (!session_context_->notifications_enabled() ||
902 void SyncSchedulerImpl::SetNotificationsEnabled(bool notifications_enabled) {
904 session_context_->set_notifications_enabled(notifications_enabled);
905 if (notifications_enabled)
get_updates_processor.cc 159 session->context()->notifications_enabled());
  /external/chromium_org/sync/test/engine/
fake_sync_scheduler.cc 43 void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) {
fake_sync_scheduler.h 37 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
  /external/chromium_org/sync/sessions/
sync_session.cc 60 context_->notifications_enabled(),
sync_session_context.h 79 bool notifications_enabled() { return notifications_enabled_; } function in class:syncer::sessions::SyncSessionContext
  /external/chromium_org/sync/internal_api/
debug_info_event_listener.cc 44 snapshot.notifications_enabled());
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 430 << ", notifications_enabled: "
431 << status.notifications_enabled
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 373 full_status.notifications_enabled);
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 930 SET_BOOL(notifications_enabled);
    [all...]

Completed in 389 milliseconds