Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dsync_ui_util_unittest.cc90 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F()
111 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F()
237 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
252 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
270 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
293 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
303 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
311 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
320 EXPECT_CALL(service, IsPassphraseRequired()) in GetDistinctCase()
Dsync_global_error_unittest.cc140 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F()
149 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F()
158 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F()
Dsync_error_notifier_ash_unittest.cc202 EXPECT_CALL(*service_, IsPassphraseRequired()) in TEST_F()
214 EXPECT_CALL(*service_, IsPassphraseRequired()) in TEST_F()
226 EXPECT_CALL(*service_, IsPassphraseRequired()) in TEST_F()
Dsync_ui_util.cc193 if (service->IsPassphraseRequired()) { in GetStatusInfo()
291 service->IsPassphraseRequired()) { in GetStatusInfoForNewTabPage()
359 if (service->IsPassphraseRequired() && in GetStatusLabelsForSyncGlobalError()
Dsync_error_controller.cc20 service_->IsPassphraseRequired() && in HasError()
Dprofile_sync_service_mock.h109 MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
Dprofile_sync_service_android.h88 jboolean IsPassphraseRequired(JNIEnv* env, jobject obj);
Dprofile_sync_service_android.cc229 jboolean ProfileSyncServiceAndroid::IsPassphraseRequired(JNIEnv* env, jobject) { in IsPassphraseRequired() function in ProfileSyncServiceAndroid
231 return sync_service_->IsPassphraseRequired(); in IsPassphraseRequired()
Dabout_sync_util.cc379 is_passphrase_required.SetValue(service->IsPassphraseRequired()); in ConstructAboutInformation()
Dprofile_sync_service.h439 virtual bool IsPassphraseRequired() const OVERRIDE;
Dprofile_sync_service.cc1693 bool ProfileSyncService::IsPassphraseRequired() const { in IsPassphraseRequired() function in ProfileSyncService
1702 return IsEncryptedDatatypeEnabled() && IsPassphraseRequired(); in IsPassphraseRequiredForDecryption()
2187 if (IsPassphraseRequired()) { in SetDecryptionPassphrase()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler_unittest.cc655 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
688 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
709 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
735 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()).WillOnce(Return(true)); in TEST_F()
762 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
789 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
829 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
852 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
863 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
891 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) in TEST_F()
[all …]
Dsync_setup_handler.cc383 args.SetBoolean("showPassphrase", service->IsPassphraseRequired()); in DisplayConfigureSync()
703 if (service->IsPassphraseRequired()) { in HandleConfigure()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_integration_test_util.cc19 return service()->IsPassphraseRequired(); in IsExitConditionSatisfied()
33 return !service()->IsPassphraseRequired() && in IsExitConditionSatisfied()
Dtwo_client_bookmarks_sync_test.cc1904 ASSERT_TRUE(GetSyncService((1))->IsPassphraseRequired()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/components/sync_driver/
Ddata_type_encryption_handler.h21 virtual bool IsPassphraseRequired() const = 0;
Ddata_type_manager_impl.cc239 if (encryption_handler_->IsPassphraseRequired()) { in Restart()
Ddata_type_manager_impl_unittest.cc190 virtual bool IsPassphraseRequired() const OVERRIDE;
208 bool FakeDataTypeEncryptionHandler::IsPassphraseRequired() const { in IsPassphraseRequired() function in sync_driver::__anonfc9471a70111::FakeDataTypeEncryptionHandler