Searched refs:IsUsingExplicitPassphrase (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h242 bool IsUsingExplicitPassphrase();
H A Dsync_backend_host.cc176 bool SyncBackendHost::IsUsingExplicitPassphrase() { function in class:browser_sync::SyncBackendHost
179 core_->syncapi()->IsUsingExplicitPassphrase();
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h983 bool IsUsingExplicitPassphrase();
H A Dsyncapi.cc1226 bool IsUsingExplicitPassphrase();
1664 bool SyncManager::IsUsingExplicitPassphrase() { function in class:sync_api::SyncManager
1665 return data_ && data_->IsUsingExplicitPassphrase();
2003 bool SyncManager::SyncInternal::IsUsingExplicitPassphrase() { function in class:sync_api::SyncManager::SyncInternal
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc954 return backend_.get() && (backend_->IsUsingExplicitPassphrase() ||

Completed in 45 milliseconds