Searched defs:notifications_enabled (Results 1 - 8 of 8) sorted by relevance

/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 Dsyncapi.h689 bool notifications_enabled; // True only if subscribed for notifications. member in struct:sync_api::SyncManager::Status
1005 bool notifications_enabled);
H A Dsyncer_thread.cc672 TimeDelta poll = (!session_context_->notifications_enabled()) ?
873 void SyncerThread::set_notifications_enabled(bool notifications_enabled) { argument
874 session_context_->set_notifications_enabled(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...]
/external/chromium/chrome/browser/sync/notifier/
H A Dp2p_notifier.cc100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { argument
102 notifications_enabled_ = 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/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/chrome/browser/sync/sessions/
H A Dsync_session_context.h73 bool notifications_enabled() { return notifications_enabled_; } function in class:browser_sync::sessions::SyncSessionContext

Completed in 672 milliseconds