Home
last modified time | relevance | path

Searched refs:passphrase_required_reason (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc138 if (harness->service()->passphrase_required_reason() == in DoneWaitingForInitialSync()
303 if (service()->passphrase_required_reason() == syncer::REASON_DECRYPTION) { in SetupSync()
355 if (service()->passphrase_required_reason() == syncer::REASON_DECRYPTION) { in SetupSync()
997 service()->passphrase_required_reason()) in GetClientInfoString()
/external/chromium_org/chrome/browser/sync/
Dsync_ui_util.cc277 if (service->passphrase_required_reason() == syncer::REASON_ENCRYPTION) { in GetStatusInfoForNewTabPage()
Dprofile_sync_service.h460 syncer::PassphraseRequiredReason passphrase_required_reason() const { in passphrase_required_reason() function
Dprofile_sync_service_android.cc251 sync_service_->passphrase_required_reason() == syncer::REASON_DECRYPTION; in IsPassphraseRequiredForExternalType()
Dprofile_sync_service.cc1950 if (passphrase_required_reason() == syncer::REASON_DECRYPTION) { in ConsumeCachedPassphraseIfPossible()