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

  /external/chromium_org/sync/sessions/
sync_session_context.h 77 notifications_enabled_ = enabled;
79 bool notifications_enabled() { return notifications_enabled_; }
143 bool notifications_enabled_; member in class:syncer::sessions::SyncSessionContext
sync_session_context.cc 26 notifications_enabled_(false),
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.cc 20 notifications_enabled_(false),
46 notifications_enabled_(notifications_enabled),
86 value->SetBoolean("notificationsEnabled", notifications_enabled_);
134 return notifications_enabled_;
sync_session_snapshot.h 77 bool notifications_enabled_; member in class:syncer::sessions::SyncSessionSnapshot
  /external/chromium_org/components/invalidation/
p2p_invalidator.cc 145 notifications_enabled_(false),
225 bool just_turned_on = (notifications_enabled_ == false);
226 notifications_enabled_ = true;
252 if (!notifications_enabled_) {
p2p_invalidator.h 140 bool notifications_enabled_; member in class:syncer::P2PInvalidator
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 138 bool notifications_enabled_; member in class:cloud_print::CloudPrintProxyBackend::Core
140 // notifications_enabled_ is true.
229 notifications_enabled_(false),
368 notifications_enabled_ = false;
415 if (!notifications_enabled_ && enable_job_poll_)
449 if (notifications_enabled_)
518 notifications_enabled_ = true;
536 notifications_enabled_ = false;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 408 bool notifications_enabled_; member in class:SyncTest
sync_test.cc 196 notifications_enabled_(true),
809 if (notifications_enabled_) {
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 109 notifications_enabled_(true) {}
113 if (notifications_enabled_ != enabled) {
114 notifications_enabled_ = enabled;
122 return notifications_enabled_;
126 bool notifications_enabled_; member in class:message_center::__anon21568::ToggledNotificationBlocker
    [all...]

Completed in 1115 milliseconds