Searched refs:notifications_enabled (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium/chrome/browser/sync/notifier/
H A Dsync_notifier_observer.h22 virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
H A Dp2p_notifier.cc100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { argument
102 notifications_enabled_ = notifications_enabled;
H A Dp2p_notifier.h49 virtual void OnNotificationStateChange(bool notifications_enabled);
H A Dnon_blocking_invalidation_notifier.cc40 virtual void OnNotificationStateChange(bool notifications_enabled);
120 bool notifications_enabled) {
123 notifications_enabled);
119 OnNotificationStateChange( bool notifications_enabled) argument
/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.cc10 : notifications_enabled(false),
H A Dsync_status.h30 bool notifications_enabled; // True only if subscribed for notifications. member in struct:syncer::SyncStatus
/external/chromium_org/sync/internal_api/public/sessions/
H A Dsync_session_snapshot.h39 bool notifications_enabled,
61 bool notifications_enabled() const;
H A Dsync_session_snapshot.cc34 bool notifications_enabled,
46 notifications_enabled_(notifications_enabled),
140 bool SyncSessionSnapshot::notifications_enabled() const { function in class:syncer::sessions::SyncSessionSnapshot
27 SyncSessionSnapshot( const ModelNeutralState& model_neutral_state, const ProgressMarkerMap& download_progress_markers, bool is_silenced, int num_encryption_conflicts, int num_hierarchy_conflicts, int num_server_conflicts, bool notifications_enabled, size_t num_entries, base::Time sync_start_time, const std::vector<int>& num_entries_by_type, const std::vector<int>& num_to_delete_entries_by_type, sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source) argument
/external/chromium/chrome/browser/sync/engine/
H A Dall_status.cc23 status_.notifications_enabled = false;
140 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { argument
142 status_.notifications_enabled = notifications_enabled;
H A Dall_status.h43 void SetNotificationsEnabled(bool notifications_enabled);
H A Ddownload_updates_command.cc76 session->context()->notifications_enabled());
H A Dsyncapi.h689 bool notifications_enabled; // True only if subscribed for notifications. member in struct:sync_api::SyncManager::Status
1005 bool notifications_enabled);
H A Dsyncapi.cc1265 bool notifications_enabled);
2603 bool notifications_enabled = allstatus_.status().notifications_enabled; local
2605 return_args.Append(Value::CreateBooleanValue(notifications_enabled));
2695 bool notifications_enabled) {
2697 << (notifications_enabled ? "true" : "false");
2698 allstatus_.SetNotificationsEnabled(notifications_enabled);
2700 syncer_thread()->set_notifications_enabled(notifications_enabled);
2704 args.Append(Value::CreateBooleanValue(notifications_enabled));
2829 bool notifications_enabled) {
2694 OnNotificationStateChange( bool notifications_enabled) argument
2828 TriggerOnNotificationStateChangeForTest( bool notifications_enabled) argument
[all...]
H A Dsyncer_thread.h79 void set_notifications_enabled(bool notifications_enabled);
/external/chromium_org/sync/engine/
H A Dall_status.cc17 status_.notifications_enabled = false;
128 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { argument
130 status_.notifications_enabled = notifications_enabled;
H A Dall_status.h46 void SetNotificationsEnabled(bool notifications_enabled);
H A Dsync_scheduler.h119 virtual void SetNotificationsEnabled(bool notifications_enabled) = 0;
H A Dsync_scheduler_impl.cc607 TimeDelta poll = (!session_context_->notifications_enabled() ||
890 void SyncSchedulerImpl::SetNotificationsEnabled(bool notifications_enabled) { argument
892 session_context_->set_notifications_enabled(notifications_enabled);
893 if (notifications_enabled)
/external/chromium/chrome/browser/sync/tools/
H A Dsync_listen_notifications.cc44 virtual void OnNotificationStateChange(bool notifications_enabled) { argument
45 LOG(INFO) << "Notifications enabled: " << notifications_enabled;
/external/chromium_org/sync/test/engine/
H A Dfake_sync_scheduler.cc43 void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) { argument
H A Dfake_sync_scheduler.h38 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
/external/chromium/chrome/browser/sync/sessions/
H A Dsync_session_context.h73 bool notifications_enabled() { return notifications_enabled_; } function in class:browser_sync::sessions::SyncSessionContext
/external/chromium_org/sync/sessions/
H A Dsync_session.cc60 context_->notifications_enabled(),
H A Dsync_session_context.h94 bool notifications_enabled() { return notifications_enabled_; } function in class:syncer::sessions::SyncSessionContext
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc450 GetStatus().notifications_enabled &&
589 << ", notifications_enabled: "
590 << GetStatus().notifications_enabled

Completed in 331 milliseconds

12