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

1 2

  /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_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/sync/internal_api/public/sessions/
sync_session_snapshot.h 39 bool notifications_enabled,
61 bool notifications_enabled() const;
sync_session_snapshot.cc 34 bool notifications_enabled,
46 notifications_enabled_(notifications_enabled),
140 bool SyncSessionSnapshot::notifications_enabled() const { function in class:syncer::sessions::SyncSessionSnapshot
  /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);
  /external/chromium_org/sync/engine/
all_status.cc 17 status_.notifications_enabled = false;
127 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) {
129 status_.notifications_enabled = notifications_enabled;
all_status.h 46 void SetNotificationsEnabled(bool notifications_enabled);
sync_scheduler.h 122 virtual void SetNotificationsEnabled(bool notifications_enabled) = 0;
sync_scheduler_impl.cc 596 return (!session_context_->notifications_enabled() ||
889 void SyncSchedulerImpl::SetNotificationsEnabled(bool notifications_enabled) {
891 session_context_->set_notifications_enabled(notifications_enabled);
892 if (notifications_enabled)
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 44 virtual void OnNotificationStateChange(bool notifications_enabled) {
45 LOG(INFO) << "Notifications enabled: " << notifications_enabled;
  /external/chromium_org/sync/test/engine/
fake_sync_scheduler.cc 42 void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) {
fake_sync_scheduler.h 38 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 73 bool notifications_enabled() { return notifications_enabled_; } function in class:browser_sync::sessions::SyncSessionContext
  /external/chromium_org/sync/sessions/
sync_session.cc 60 context_->notifications_enabled(),
sync_session_context.h 96 bool notifications_enabled() { return notifications_enabled_; } function in class:syncer::sessions::SyncSessionContext
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 450 GetStatus().notifications_enabled &&
589 << ", notifications_enabled: "
590 << GetStatus().notifications_enabled

Completed in 102 milliseconds

1 2