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

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

Completed in 165 milliseconds