Home
last modified time | relevance | path

Searched refs:notifications_enabled_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/sync/internal_api/public/sessions/
Dsync_session_snapshot.cc20 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()
Dsync_session_snapshot.h77 bool notifications_enabled_; variable
/external/chromium_org/sync/sessions/
Dsync_session_context.h77 notifications_enabled_ = enabled; in set_notifications_enabled()
79 bool notifications_enabled() { return notifications_enabled_; } in notifications_enabled()
143 bool notifications_enabled_; variable
Dsync_session_context.cc26 notifications_enabled_(false), in SyncSessionContext()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc139 bool notifications_enabled_; member in cloud_print::CloudPrintProxyBackend::Core
230 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()
/external/chromium_org/components/invalidation/
Dp2p_invalidator.cc145 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()
Dp2p_invalidator.h141 bool notifications_enabled_; variable
/external/chromium_org/ui/message_center/
Dmessage_center_impl_unittest.cc109 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
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_test.cc186 notifications_enabled_(true), in SyncTest()
797 if (notifications_enabled_) { in EnableNetwork()
872 notifications_enabled_ = false; in DisableNotifications()
887 notifications_enabled_ = true; in EnableNotifications()
Dsync_test.h403 bool notifications_enabled_; variable