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

/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/chrome/browser/supervised_user/
H A Dpermission_request_creator_sync.cc58 bool notifications_enabled = false; local
60 bool success = value->GetAsBoolean(&notifications_enabled);
63 dict->SetBoolean(kNotificationSetting, notifications_enabled);
/external/chromium_org/sync/internal_api/public/sessions/
H A Dsync_session_snapshot.h39 bool notifications_enabled,
60 bool notifications_enabled() const;
H A Dsync_session_snapshot.cc34 bool notifications_enabled,
46 notifications_enabled_(notifications_enabled),
133 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_org/sync/engine/
H A Dall_status.cc18 status_.notifications_enabled = false;
115 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { argument
117 status_.notifications_enabled = notifications_enabled;
H A Dall_status.h53 void SetNotificationsEnabled(bool notifications_enabled);
H A Dsync_scheduler.h128 virtual void SetNotificationsEnabled(bool notifications_enabled) = 0;
H A Dsync_scheduler_impl.cc597 return (!session_context_->notifications_enabled() ||
902 void SyncSchedulerImpl::SetNotificationsEnabled(bool notifications_enabled) { argument
904 session_context_->set_notifications_enabled(notifications_enabled);
905 if (notifications_enabled)
H A Dsync_scheduler_impl.h69 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
H A Dget_updates_processor.cc159 session->context()->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.h37 virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
/external/chromium_org/sync/sessions/
H A Dsync_session.cc60 context_->notifications_enabled(),
H A Dsync_session_context.h79 bool notifications_enabled() { return notifications_enabled_; } function in class:syncer::sessions::SyncSessionContext
/external/chromium_org/sync/internal_api/
H A Ddebug_info_event_listener.cc44 snapshot.notifications_enabled());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc430 << ", notifications_enabled: "
431 << status.notifications_enabled
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc373 full_status.notifications_enabled);
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc930 SET_BOOL(notifications_enabled);

Completed in 288 milliseconds