Home
last modified time | relevance | path

Searched defs:notifications_enabled (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/tools/
Dsync_listen_notifications.cc44 virtual void OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange()
/external/chromium/chrome/browser/sync/notifier/
Dp2p_notifier.cc100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange()
Dnon_blocking_invalidation_notifier.cc120 bool notifications_enabled) { in OnNotificationStateChange()
/external/chromium/chrome/browser/sync/engine/
Dall_status.cc140 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { in SetNotificationsEnabled()
Dsyncapi.h689 bool notifications_enabled; // True only if subscribed for notifications. member
Dsyncer_thread.cc873 void SyncerThread::set_notifications_enabled(bool notifications_enabled) { in set_notifications_enabled()
Dsyncapi.cc2603 bool notifications_enabled = allstatus_.status().notifications_enabled; in ProcessMessage() local
2695 bool notifications_enabled) { in OnNotificationStateChange()
2829 bool notifications_enabled) { in TriggerOnNotificationStateChangeForTest()
/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/protocol/
Dsync.proto285 optional bool notifications_enabled = 2; field