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

  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.h 68 bool notifications_enabled_; member in class:sync_notifier::P2PNotifier
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.h 78 bool notifications_enabled_; member in class:syncer::sessions::SyncSessionSnapshot
  /external/chromium_org/sync/notifier/
p2p_invalidator.h 138 bool notifications_enabled_; member in class:syncer::P2PInvalidator
  /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
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 360 bool notifications_enabled_; member in class:SyncTest
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 139 bool notifications_enabled_; member in class:cloud_print::CloudPrintProxyBackend::Core
141 // notifications_enabled_ is true.
230 notifications_enabled_(false),
366 notifications_enabled_ = false;
413 if (!notifications_enabled_ && enable_job_poll_)
447 if (notifications_enabled_)
516 notifications_enabled_ = true;
534 notifications_enabled_ = false;
  /external/chromium_org/sync/sessions/
sync_session_context.h 94 notifications_enabled_ = enabled;
96 bool notifications_enabled() { return notifications_enabled_; }
184 bool notifications_enabled_; member in class:syncer::sessions::SyncSessionContext
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 80 notifications_enabled_(true) {}
84 if (notifications_enabled_ != enabled) {
85 notifications_enabled_ = enabled;
93 return notifications_enabled_;
97 bool notifications_enabled_; member in class:message_center::__anon17714::ToggledNotificationBlocker

Completed in 92 milliseconds