notifications_enabled 483 chrome/browser/managed_mode/managed_user_service.cc bool notifications_enabled = false; notifications_enabled 485 chrome/browser/managed_mode/managed_user_service.cc bool success = value->GetAsBoolean(¬ifications_enabled); notifications_enabled 488 chrome/browser/managed_mode/managed_user_service.cc dict->SetBoolean(kNotificationSetting, notifications_enabled); notifications_enabled 384 chrome/browser/sync/about_sync_util.cc full_status.notifications_enabled); notifications_enabled 429 chrome/browser/sync/test/integration/profile_sync_service_harness.cc << status.notifications_enabled notifications_enabled 18 sync/engine/all_status.cc status_.notifications_enabled = false; notifications_enabled 134 sync/engine/all_status.cc void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { notifications_enabled 136 sync/engine/all_status.cc status_.notifications_enabled = notifications_enabled; notifications_enabled 53 sync/engine/all_status.h void SetNotificationsEnabled(bool notifications_enabled); notifications_enabled 159 sync/engine/get_updates_processor.cc session->context()->notifications_enabled()); notifications_enabled 122 sync/engine/sync_scheduler.h virtual void SetNotificationsEnabled(bool notifications_enabled) = 0; notifications_enabled 592 sync/engine/sync_scheduler_impl.cc return (!session_context_->notifications_enabled() || notifications_enabled 897 sync/engine/sync_scheduler_impl.cc void SyncSchedulerImpl::SetNotificationsEnabled(bool notifications_enabled) { notifications_enabled 899 sync/engine/sync_scheduler_impl.cc session_context_->set_notifications_enabled(notifications_enabled); notifications_enabled 900 sync/engine/sync_scheduler_impl.cc if (notifications_enabled) notifications_enabled 70 sync/engine/sync_scheduler_impl.h virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE; notifications_enabled 45 sync/internal_api/debug_info_event_listener.cc snapshot.notifications_enabled()); notifications_enabled 10 sync/internal_api/public/engine/sync_status.cc : notifications_enabled(false), notifications_enabled 30 sync/internal_api/public/engine/sync_status.h bool notifications_enabled; // True only if subscribed for notifications. notifications_enabled 34 sync/internal_api/public/sessions/sync_session_snapshot.cc bool notifications_enabled, notifications_enabled 46 sync/internal_api/public/sessions/sync_session_snapshot.cc notifications_enabled_(notifications_enabled), notifications_enabled 39 sync/internal_api/public/sessions/sync_session_snapshot.h bool notifications_enabled, notifications_enabled 61 sync/internal_api/public/sessions/sync_session_snapshot.h bool notifications_enabled() const; notifications_enabled 998 sync/internal_api/sync_manager_impl.cc const bool notifications_enabled = notifications_enabled 1000 sync/internal_api/sync_manager_impl.cc allstatus_.SetNotificationsEnabled(notifications_enabled); notifications_enabled 1001 sync/internal_api/sync_manager_impl.cc scheduler_->SetNotificationsEnabled(notifications_enabled); notifications_enabled 883 sync/protocol/proto_value_conversions.cc SET_BOOL(notifications_enabled); notifications_enabled 60 sync/sessions/sync_session.cc context_->notifications_enabled(), notifications_enabled 79 sync/sessions/sync_session_context.h bool notifications_enabled() { return notifications_enabled_; } notifications_enabled 42 sync/test/engine/fake_sync_scheduler.cc void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) { notifications_enabled 38 sync/test/engine/fake_sync_scheduler.h virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;