Searched refs:syncapi (Results 1 – 2 of 2) sorted by relevance
178 core_->syncapi()->InitialSyncEndedForAllEnabledTypes() && in IsUsingExplicitPassphrase()179 core_->syncapi()->IsUsingExplicitPassphrase(); in IsUsingExplicitPassphrase()293 return core_->syncapi()->GetAutofillMigrationState(); in GetAutofillMigrationState()298 return core_->syncapi()->SetAutofillMigrationState(state); in SetAutofillMigrationState()303 return core_->syncapi()->GetAutofillMigrationDebugInfo(); in GetAutofillMigrationDebugInfo()309 return core_->syncapi()->SetAutofillMigrationDebugInfo(property_to_set, info); in SetAutofillMigrationDebugInfo()437 !core_->syncapi()->InitialSyncEndedForAllEnabledTypes()) { in FinishConfigureDataTypesOnFrontendLoop()624 return core_->syncapi()->GetUserShare(); in GetUserShare()629 return core_->syncapi()->GetDetailedStatus(); in GetDetailedStatus()634 return core_->syncapi()->GetStatusSummary(); in GetStatusSummary()[all …]
389 sync_api::SyncManager* syncapi() { return syncapi_.get(); } in syncapi() function