Searched refs:notifications_enabled_ (Results 1 – 10 of 10) sorted by relevance
20 notifications_enabled_(false), in SyncSessionSnapshot()46 notifications_enabled_(notifications_enabled), in SyncSessionSnapshot()86 value->SetBoolean("notificationsEnabled", notifications_enabled_); in ToValue()134 return notifications_enabled_; in notifications_enabled()
77 bool notifications_enabled_; variable
77 notifications_enabled_ = enabled; in set_notifications_enabled()79 bool notifications_enabled() { return notifications_enabled_; } in notifications_enabled()143 bool notifications_enabled_; variable
26 notifications_enabled_(false), in SyncSessionContext()
139 bool notifications_enabled_; member in cloud_print::CloudPrintProxyBackend::Core230 notifications_enabled_(false), in Core()369 notifications_enabled_ = false; in DoShutdown()416 if (!notifications_enabled_ && enable_job_poll_) in PollForJobs()450 if (notifications_enabled_) in PingXmppServer()519 notifications_enabled_ = true; in OnNotificationsEnabled()537 notifications_enabled_ = false; in OnNotificationsDisabled()
145 notifications_enabled_(false), in P2PInvalidator()225 bool just_turned_on = (notifications_enabled_ == false); in OnNotificationsEnabled()226 notifications_enabled_ = true; in OnNotificationsEnabled()252 if (!notifications_enabled_) { in OnIncomingNotification()
141 bool notifications_enabled_; variable
109 notifications_enabled_(true) {} in ToggledNotificationBlocker()113 if (notifications_enabled_ != enabled) { in SetNotificationsEnabled()114 notifications_enabled_ = enabled; in SetNotificationsEnabled()122 return notifications_enabled_; in ShouldShowNotificationAsPopup()126 bool notifications_enabled_; member in message_center::__anoned1634b90111::ToggledNotificationBlocker
186 notifications_enabled_(true), in SyncTest()797 if (notifications_enabled_) { in EnableNetwork()872 notifications_enabled_ = false; in DisableNotifications()887 notifications_enabled_ = true; in EnableNotifications()
403 bool notifications_enabled_; variable