Home
last modified time | relevance | path

Searched defs:sync_disabled (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.h179 BooleanPrefMember* sync_disabled() const { in sync_disabled() function
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_core.cc541 void SyncBackendHostCore::DoShutdown(bool sync_disabled) { in DoShutdown()
Dsync_backend_host_impl.cc274 bool sync_disabled = (option == DISABLE_AND_CLAIM_THREAD); in Shutdown() local