Searched defs:IsUsingExplicitPassphrase (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
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.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

Completed in 56 milliseconds