Searched refs:IsPassphraseRequired (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Ddata_type_encryption_handler.h21 virtual bool IsPassphraseRequired() const = 0;
H A Ddata_type_manager_impl.cc239 if (encryption_handler_->IsPassphraseRequired()) {
H A Ddata_type_manager_impl_unittest.cc190 virtual bool IsPassphraseRequired() const OVERRIDE;
208 bool FakeDataTypeEncryptionHandler::IsPassphraseRequired() const { function in class:sync_driver::__anon6855::FakeDataTypeEncryptionHandler
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_integration_test_util.cc19 return service()->IsPassphraseRequired();
33 return !service()->IsPassphraseRequired() &&
H A Dtwo_client_bookmarks_sync_test.cc1904 ASSERT_TRUE(GetSyncService((1))->IsPassphraseRequired());
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_controller.cc20 service_->IsPassphraseRequired() &&
H A Dsync_ui_util_unittest.cc90 EXPECT_CALL(service, IsPassphraseRequired())
111 EXPECT_CALL(service, IsPassphraseRequired())
237 EXPECT_CALL(service, IsPassphraseRequired())
252 EXPECT_CALL(service, IsPassphraseRequired())
270 EXPECT_CALL(service, IsPassphraseRequired())
293 EXPECT_CALL(service, IsPassphraseRequired())
303 EXPECT_CALL(service, IsPassphraseRequired())
311 EXPECT_CALL(service, IsPassphraseRequired())
320 EXPECT_CALL(service, IsPassphraseRequired())
H A Dsync_error_notifier_ash_unittest.cc202 EXPECT_CALL(*service_, IsPassphraseRequired())
214 EXPECT_CALL(*service_, IsPassphraseRequired())
226 EXPECT_CALL(*service_, IsPassphraseRequired())
H A Dsync_global_error_unittest.cc140 EXPECT_CALL(service, IsPassphraseRequired())
149 EXPECT_CALL(service, IsPassphraseRequired())
158 EXPECT_CALL(service, IsPassphraseRequired())
H A Dsync_ui_util.cc193 if (service->IsPassphraseRequired()) {
291 service->IsPassphraseRequired()) {
359 if (service->IsPassphraseRequired() &&
H A Dprofile_sync_service_mock.h109 MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
H A Dprofile_sync_service_android.h88 jboolean IsPassphraseRequired(JNIEnv* env, jobject obj);
H A Dprofile_sync_service_android.cc229 jboolean ProfileSyncServiceAndroid::IsPassphraseRequired(JNIEnv* env, jobject) { function in class:ProfileSyncServiceAndroid
231 return sync_service_->IsPassphraseRequired();
H A Dabout_sync_util.cc379 is_passphrase_required.SetValue(service->IsPassphraseRequired());
H A Dprofile_sync_service.h156 // * IsPassphraseRequired()/IsPassphraseRequiredForDecryption()
439 virtual bool IsPassphraseRequired() const OVERRIDE;
H A Dprofile_sync_service.cc1693 bool ProfileSyncService::IsPassphraseRequired() const { function in class:ProfileSyncService
1702 return IsEncryptedDatatypeEnabled() && IsPassphraseRequired();
2187 if (IsPassphraseRequired()) {
2192 "IsPassphraseRequired() is false.";
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc655 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
688 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
709 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
735 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()).WillOnce(Return(true));
762 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
789 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
829 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
852 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
863 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
891 EXPECT_CALL(*mock_pss_, IsPassphraseRequired())
[all...]
H A Dsync_setup_handler.cc380 // We call IsPassphraseRequired() here, instead of calling
383 args.SetBoolean("showPassphrase", service->IsPassphraseRequired());
700 // We call IsPassphraseRequired() here (instead of
703 if (service->IsPassphraseRequired()) {

Completed in 860 milliseconds