/external/chromium_org/chrome/browser/sync/ |
D | sync_ui_util_unittest.cc | 90 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()
|
D | sync_global_error_unittest.cc | 140 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F() 149 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F() 158 EXPECT_CALL(service, IsPassphraseRequired()) in TEST_F()
|
D | sync_error_notifier_ash_unittest.cc | 202 EXPECT_CALL(*service_, IsPassphraseRequired()) in TEST_F() 214 EXPECT_CALL(*service_, IsPassphraseRequired()) in TEST_F() 226 EXPECT_CALL(*service_, IsPassphraseRequired()) in TEST_F()
|
D | sync_ui_util.cc | 193 if (service->IsPassphraseRequired()) { in GetStatusInfo() 291 service->IsPassphraseRequired()) { in GetStatusInfoForNewTabPage() 359 if (service->IsPassphraseRequired() && in GetStatusLabelsForSyncGlobalError()
|
D | sync_error_controller.cc | 20 service_->IsPassphraseRequired() && in HasError()
|
D | profile_sync_service_mock.h | 109 MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
|
D | profile_sync_service_android.h | 88 jboolean IsPassphraseRequired(JNIEnv* env, jobject obj);
|
D | profile_sync_service_android.cc | 229 jboolean ProfileSyncServiceAndroid::IsPassphraseRequired(JNIEnv* env, jobject) { in IsPassphraseRequired() function in ProfileSyncServiceAndroid 231 return sync_service_->IsPassphraseRequired(); in IsPassphraseRequired()
|
D | about_sync_util.cc | 379 is_passphrase_required.SetValue(service->IsPassphraseRequired()); in ConstructAboutInformation()
|
D | profile_sync_service.h | 439 virtual bool IsPassphraseRequired() const OVERRIDE;
|
D | profile_sync_service.cc | 1693 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/ |
D | sync_setup_handler_unittest.cc | 655 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 …]
|
D | sync_setup_handler.cc | 383 args.SetBoolean("showPassphrase", service->IsPassphraseRequired()); in DisplayConfigureSync() 703 if (service->IsPassphraseRequired()) { in HandleConfigure()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | sync_integration_test_util.cc | 19 return service()->IsPassphraseRequired(); in IsExitConditionSatisfied() 33 return !service()->IsPassphraseRequired() && in IsExitConditionSatisfied()
|
D | two_client_bookmarks_sync_test.cc | 1904 ASSERT_TRUE(GetSyncService((1))->IsPassphraseRequired()); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/components/sync_driver/ |
D | data_type_encryption_handler.h | 21 virtual bool IsPassphraseRequired() const = 0;
|
D | data_type_manager_impl.cc | 239 if (encryption_handler_->IsPassphraseRequired()) { in Restart()
|
D | data_type_manager_impl_unittest.cc | 190 virtual bool IsPassphraseRequired() const OVERRIDE; 208 bool FakeDataTypeEncryptionHandler::IsPassphraseRequired() const { in IsPassphraseRequired() function in sync_driver::__anonfc9471a70111::FakeDataTypeEncryptionHandler
|