Searched refs:IsPassphraseRequiredForDecryption (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/ |
D | sync_setup_handler_unittest.cc | 646 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 679 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 698 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 727 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 751 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 778 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 818 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F() 841 EXPECT_CALL(*mock_pss_, IsPassphraseRequiredForDecryption()) in TEST_F()
|
D | sync_setup_handler.cc | 680 service->IsPassphraseRequiredForDecryption(); in HandleConfigure() 688 if (passphrase_failed || service->IsPassphraseRequiredForDecryption()) { in HandleConfigure()
|
/external/chromium_org/chrome/browser/sync/ |
D | sync_ui_util_unittest.cc | 89 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in TEST_F() 108 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in TEST_F() 282 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in GetDistinctCase()
|
D | sync_ui_util.cc | 179 if (service->IsPassphraseRequiredForDecryption()) { in GetStatusInfo() 345 service->IsPassphraseRequiredForDecryption()) { in GetStatusLabelsForSyncGlobalError()
|
D | profile_sync_service_mock.h | 119 MOCK_CONST_METHOD0(IsPassphraseRequiredForDecryption, bool());
|
D | sync_global_error_unittest.cc | 178 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in TEST_F()
|
D | profile_sync_service_android.h | 88 jboolean IsPassphraseRequiredForDecryption(JNIEnv* env, jobject obj);
|
D | profile_sync_service_android.cc | 226 jboolean ProfileSyncServiceAndroid::IsPassphraseRequiredForDecryption( in IsPassphraseRequiredForDecryption() function in ProfileSyncServiceAndroid 234 if (sync_service_->IsPassphraseRequiredForDecryption()) { in IsPassphraseRequiredForDecryption()
|
D | profile_sync_service.h | 458 virtual bool IsPassphraseRequiredForDecryption() const;
|
D | profile_sync_service.cc | 1448 DCHECK(!(IsPassphraseRequiredForDecryption() && in OnConfigureDone() 1579 bool ProfileSyncService::IsPassphraseRequiredForDecryption() const { in IsPassphraseRequiredForDecryption() function in ProfileSyncService
|