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

  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_sync.cc 57 bool notifications_enabled = false; local
60 notifications_enabled = true;
62 bool success = value->GetAsBoolean(&notifications_enabled);
65 dict->SetBoolean(kNotificationSetting, notifications_enabled);
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.cc 34 bool notifications_enabled,
46 notifications_enabled_(notifications_enabled),
133 bool SyncSessionSnapshot::notifications_enabled() const { function in class:syncer::sessions::SyncSessionSnapshot
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 30 bool notifications_enabled; // True only if subscribed for notifications. member in struct:syncer::SyncStatus
  /external/chromium_org/sync/sessions/
sync_session_context.h 79 bool notifications_enabled() { return notifications_enabled_; } function in class:syncer::sessions::SyncSessionContext
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 970 const bool notifications_enabled = local
    [all...]

Completed in 195 milliseconds