Searched refs:notifications_enabled (Results 1 – 16 of 16) sorted by relevance
23 status_.notifications_enabled = false; in AllStatus()140 void AllStatus::SetNotificationsEnabled(bool notifications_enabled) { in SetNotificationsEnabled() argument142 status_.notifications_enabled = notifications_enabled; in SetNotificationsEnabled()
43 void SetNotificationsEnabled(bool notifications_enabled);
76 session->context()->notifications_enabled()); in ExecuteImpl()
1265 bool notifications_enabled);2603 bool notifications_enabled = allstatus_.status().notifications_enabled; in ProcessMessage() local2605 return_args.Append(Value::CreateBooleanValue(notifications_enabled)); in ProcessMessage()2695 bool notifications_enabled) { in OnNotificationStateChange() argument2697 << (notifications_enabled ? "true" : "false"); in OnNotificationStateChange()2698 allstatus_.SetNotificationsEnabled(notifications_enabled); in OnNotificationStateChange()2700 syncer_thread()->set_notifications_enabled(notifications_enabled); in OnNotificationStateChange()2704 args.Append(Value::CreateBooleanValue(notifications_enabled)); in OnNotificationStateChange()2829 bool notifications_enabled) { in TriggerOnNotificationStateChangeForTest() argument2830 data_->OnNotificationStateChange(notifications_enabled); in TriggerOnNotificationStateChangeForTest()
689 bool notifications_enabled; // True only if subscribed for notifications. member1005 bool notifications_enabled);
79 void set_notifications_enabled(bool notifications_enabled);
672 TimeDelta poll = (!session_context_->notifications_enabled()) ? in AdjustPolling()873 void SyncerThread::set_notifications_enabled(bool notifications_enabled) { in set_notifications_enabled() argument874 session_context_->set_notifications_enabled(notifications_enabled); in set_notifications_enabled()
40 virtual void OnNotificationStateChange(bool notifications_enabled);120 bool notifications_enabled) { in OnNotificationStateChange() argument123 notifications_enabled); in OnNotificationStateChange()
100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange() argument102 notifications_enabled_ = notifications_enabled; in OnNotificationStateChange()
22 virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
49 virtual void OnNotificationStateChange(bool notifications_enabled);
44 virtual void OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange() argument45 LOG(INFO) << "Notifications enabled: " << notifications_enabled; in OnNotificationStateChange()
73 bool notifications_enabled() { return notifications_enabled_; } in notifications_enabled() function
450 GetStatus().notifications_enabled && in IsSynced()590 << GetStatus().notifications_enabled in LogClientInfo()
362 full_status.notifications_enabled); in ConstructAboutInformation()
285 optional bool notifications_enabled = 2; field