Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/notifier/
Dp2p_notifier.cc28 notifications_enabled_(false), in P2PNotifier()
102 notifications_enabled_ = notifications_enabled; in OnNotificationStateChange()
104 OnNotificationStateChange(notifications_enabled_)); in OnNotificationStateChange()
126 if (!notifications_enabled_) { in MaybeEmitNotification()
Dp2p_notifier.h68 bool notifications_enabled_; variable
/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.h71 notifications_enabled_ = enabled; in set_notifications_enabled()
73 bool notifications_enabled() { return notifications_enabled_; } in notifications_enabled()
125 bool notifications_enabled_; variable
Dsync_session_context.cc24 notifications_enabled_(false), in SyncSessionContext()