Home
last modified time | relevance | path

Searched refs:notifications_enabled (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dall_status.cc23 status_.notifications_enabled = false; in AllStatus()
140 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { in SetNotificationsEnabled() argument
142 status_.notifications_enabled = notifications_enabled; in SetNotificationsEnabled()
Dall_status.h43 void SetNotificationsEnabled(bool notifications_enabled);
Ddownload_updates_command.cc76 session->context()->notifications_enabled()); in ExecuteImpl()
Dsyncapi.cc1265 bool notifications_enabled);
2603 bool notifications_enabled = allstatus_.status().notifications_enabled; in ProcessMessage() local
2605 return_args.Append(Value::CreateBooleanValue(notifications_enabled)); in ProcessMessage()
2695 bool notifications_enabled) { in OnNotificationStateChange() argument
2697 << (notifications_enabled ? "true" : "false"); in OnNotificationStateChange()
2698 allstatus_.SetNotificationsEnabled(notifications_enabled); in OnNotificationStateChange()
2700 syncer_thread()->set_notifications_enabled(notifications_enabled); in OnNotificationStateChange()
2704 args.Append(Value::CreateBooleanValue(notifications_enabled)); in OnNotificationStateChange()
2829 bool notifications_enabled) { in TriggerOnNotificationStateChangeForTest() argument
2830 data_->OnNotificationStateChange(notifications_enabled); in TriggerOnNotificationStateChangeForTest()
Dsyncapi.h689 bool notifications_enabled; // True only if subscribed for notifications. member
1005 bool notifications_enabled);
Dsyncer_thread.h79 void set_notifications_enabled(bool notifications_enabled);
Dsyncer_thread.cc672 TimeDelta poll = (!session_context_->notifications_enabled()) ? in AdjustPolling()
873 void SyncerThread::set_notifications_enabled(bool notifications_enabled) { in set_notifications_enabled() argument
874 session_context_->set_notifications_enabled(notifications_enabled); in set_notifications_enabled()
/external/chromium/chrome/browser/sync/notifier/
Dnon_blocking_invalidation_notifier.cc40 virtual void OnNotificationStateChange(bool notifications_enabled);
120 bool notifications_enabled) { in OnNotificationStateChange() argument
123 notifications_enabled); in OnNotificationStateChange()
Dp2p_notifier.cc100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange() argument
102 notifications_enabled_ = notifications_enabled; in OnNotificationStateChange()
Dsync_notifier_observer.h22 virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
Dp2p_notifier.h49 virtual void OnNotificationStateChange(bool notifications_enabled);
/external/chromium/chrome/browser/sync/tools/
Dsync_listen_notifications.cc44 virtual void OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange() argument
45 LOG(INFO) << "Notifications enabled: " << notifications_enabled; in OnNotificationStateChange()
/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.h73 bool notifications_enabled() { return notifications_enabled_; } in notifications_enabled() function
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc450 GetStatus().notifications_enabled && in IsSynced()
590 << GetStatus().notifications_enabled in LogClientInfo()
Dsync_ui_util.cc362 full_status.notifications_enabled); in ConstructAboutInformation()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto285 optional bool notifications_enabled = 2; field