Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host.h182 virtual bool IsCryptographerReady(
Dsync_backend_host_mock.cc106 bool SyncBackendHostMock::IsCryptographerReady( in IsCryptographerReady() function in browser_sync::SyncBackendHostMock
Dsync_backend_host_mock.h91 virtual bool IsCryptographerReady(
Dsync_backend_host_impl.h126 virtual bool IsCryptographerReady(
Dtyped_url_model_associator.cc839 sync_service_->IsCryptographerReady(&trans); in CryptoReadyIfNecessary()
Dsync_backend_host_impl.cc494 bool SyncBackendHostImpl::IsCryptographerReady( in IsCryptographerReady() function in browser_sync::SyncBackendHostImpl
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_android.cc240 return !IsCryptographerReady(env, obj); in IsPassphraseRequiredForDecryption()
284 jboolean ProfileSyncServiceAndroid::IsCryptographerReady(JNIEnv* env, jobject) { in IsCryptographerReady() function in ProfileSyncServiceAndroid
286 return sync_service_->IsCryptographerReady(&trans); in IsCryptographerReady()
Dprofile_sync_service_android.h119 jboolean IsCryptographerReady(JNIEnv* env, jobject);
Dprofile_sync_service.h645 virtual bool IsCryptographerReady(
Dprofile_sync_service.cc1898 bool ProfileSyncService::IsCryptographerReady( in IsCryptographerReady() function in ProfileSyncService
1900 return backend_.get() && backend_->IsCryptographerReady(trans); in IsCryptographerReady()