Home
last modified time | relevance | path

Searched refs:InitialSyncEndedForAllEnabledTypes (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h869 bool InitialSyncEndedForAllEnabledTypes();
Dsyncapi.cc1322 bool InitialSyncEndedForAllEnabledTypes() { in InitialSyncEndedForAllEnabledTypes() function in sync_api::SyncManager::SyncInternal
1625 bool SyncManager::InitialSyncEndedForAllEnabledTypes() { in InitialSyncEndedForAllEnabledTypes() function in sync_api::SyncManager
1626 return data_->InitialSyncEndedForAllEnabledTypes(); in InitialSyncEndedForAllEnabledTypes()
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.cc178 core_->syncapi()->InitialSyncEndedForAllEnabledTypes() && in IsUsingExplicitPassphrase()
437 !core_->syncapi()->InitialSyncEndedForAllEnabledTypes()) { in FinishConfigureDataTypesOnFrontendLoop()