Searched defs:IsPassphraseRequired (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc222 jboolean ProfileSyncServiceAndroid::IsPassphraseRequired(JNIEnv* env, jobject) { function in class:ProfileSyncServiceAndroid
224 return sync_service_->IsPassphraseRequired();
H A Dprofile_sync_service.cc1682 bool ProfileSyncService::IsPassphraseRequired() const { function in class:ProfileSyncService
1691 return IsEncryptedDatatypeEnabled() && IsPassphraseRequired();
2157 if (IsPassphraseRequired()) {
2162 "IsPassphraseRequired() is false.";
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl_unittest.cc117 virtual bool IsPassphraseRequired() const OVERRIDE;
135 bool FakeDataTypeEncryptionHandler::IsPassphraseRequired() const { function in class:browser_sync::__anon6595::FakeDataTypeEncryptionHandler

Completed in 154 milliseconds