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

  /external/chromium_org/chrome/browser/sync/test/integration/
quiesce_status_change_checker.cc 17 bool IsSyncDisabled(ProfileSyncService* service) {
80 bool IsSyncDisabled();
110 if (IsSyncDisabled()) {
142 bool ProgressMarkerWatcher::IsSyncDisabled() {
143 return ::IsSyncDisabled(service_);
172 if ((*it)->IsSyncDisabled()) {
185 if (!IsSyncDisabled(*it)) {
profile_sync_service_harness.h 114 bool IsSyncDisabled() const;
profile_sync_service_harness.cc 280 bool ProfileSyncServiceHarness::IsSyncDisabled() const {
304 if (IsSyncDisabled())
369 if (IsSyncDisabled())

Completed in 80 milliseconds