Searched refs:IsCryptographerReady (Results 1 – 11 of 11) sorted by relevance
102 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
247 bool IsCryptographerReady(const sync_api::BaseTransaction* trans) const;
335 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
211 return sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
513 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
496 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
587 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
1001 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
182 bool SyncBackendHost::IsCryptographerReady( in IsCryptographerReady() function in browser_sync::SyncBackendHost
419 virtual bool IsCryptographerReady(
959 bool ProfileSyncService::IsCryptographerReady( in IsCryptographerReady() function in ProfileSyncService961 return backend_.get() && backend_->IsCryptographerReady(trans); in IsCryptographerReady()