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

  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_observer.h 22 virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
p2p_notifier.h 49 virtual void OnNotificationStateChange(bool notifications_enabled);
p2p_notifier.cc 100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) {
102 notifications_enabled_ = notifications_enabled;
non_blocking_invalidation_notifier.cc 40 virtual void OnNotificationStateChange(bool notifications_enabled);
120 bool notifications_enabled) {
123 notifications_enabled);
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 23 status_.notifications_enabled = false;
140 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) {
142 status_.notifications_enabled = notifications_enabled;
all_status.h 43 void SetNotificationsEnabled(bool notifications_enabled);
download_updates_command.cc 76 session->context()->notifications_enabled());
syncapi.h 689 bool notifications_enabled; // True only if subscribed for notifications. member in struct:sync_api::SyncManager::Status
    [all...]
syncapi.cc 2603 bool notifications_enabled = allstatus_.status().notifications_enabled; local
    [all...]
syncer_thread.h 79 void set_notifications_enabled(bool notifications_enabled);