Home
last modified time | relevance | path

Searched refs:IsCryptographerReady (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dtheme_model_associator.cc102 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dsync_backend_host.h247 bool IsCryptographerReady(const sync_api::BaseTransaction* trans) const;
Dpreference_model_associator.cc335 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dpassword_model_associator.cc211 return sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dautofill_profile_model_associator.cc513 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dtyped_url_model_associator.cc496 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dautofill_model_associator.cc587 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dsession_model_associator.cc1001 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dsync_backend_host.cc182 bool SyncBackendHost::IsCryptographerReady( in IsCryptographerReady() function in browser_sync::SyncBackendHost
/external/chromium/chrome/browser/sync/
Dprofile_sync_service.h419 virtual bool IsCryptographerReady(
Dprofile_sync_service.cc959 bool ProfileSyncService::IsCryptographerReady( in IsCryptographerReady() function in ProfileSyncService
961 return backend_.get() && backend_->IsCryptographerReady(trans); in IsCryptographerReady()