HomeSort by relevance Sort by last modified time
    Searched refs:notifications_enabled_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 71 notifications_enabled_ = enabled;
73 bool notifications_enabled() { return notifications_enabled_; }
125 bool notifications_enabled_; member in class:browser_sync::sessions::SyncSessionContext
sync_session_context.cc 24 notifications_enabled_(false),
  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.cc 28 notifications_enabled_(false),
102 notifications_enabled_ = notifications_enabled;
104 OnNotificationStateChange(notifications_enabled_));
126 if (!notifications_enabled_) {
p2p_notifier.h 68 bool notifications_enabled_; member in class:sync_notifier::P2PNotifier

Completed in 820 milliseconds