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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 140 if (sync_prefs_->IsStartSuppressed())
149 if (!sync_prefs_->IsStartSuppressed()) {
433 jboolean ProfileSyncServiceAndroid::IsStartSuppressed(
436 return sync_prefs_->IsStartSuppressed();
profile_sync_service.cc 256 if (IsManaged() || sync_prefs_.IsStartSuppressed())
    [all...]
  /external/chromium_org/components/sync_driver/
sync_prefs.cc 192 bool SyncPrefs::IsStartSuppressed() const {

Completed in 270 milliseconds