Home
last modified time | relevance | path

Searched refs:IsPassphraseRequiredForDecryption (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler_unittest.cc646 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()
Dsync_setup_handler.cc680 service->IsPassphraseRequiredForDecryption(); in HandleConfigure()
688 if (passphrase_failed || service->IsPassphraseRequiredForDecryption()) { in HandleConfigure()
/external/chromium_org/chrome/browser/sync/
Dsync_ui_util_unittest.cc89 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in TEST_F()
108 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in TEST_F()
282 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in GetDistinctCase()
Dsync_ui_util.cc179 if (service->IsPassphraseRequiredForDecryption()) { in GetStatusInfo()
345 service->IsPassphraseRequiredForDecryption()) { in GetStatusLabelsForSyncGlobalError()
Dprofile_sync_service_mock.h119 MOCK_CONST_METHOD0(IsPassphraseRequiredForDecryption, bool());
Dsync_global_error_unittest.cc178 EXPECT_CALL(service, IsPassphraseRequiredForDecryption()) in TEST_F()
Dprofile_sync_service_android.h88 jboolean IsPassphraseRequiredForDecryption(JNIEnv* env, jobject obj);
Dprofile_sync_service_android.cc226 jboolean ProfileSyncServiceAndroid::IsPassphraseRequiredForDecryption( in IsPassphraseRequiredForDecryption() function in ProfileSyncServiceAndroid
234 if (sync_service_->IsPassphraseRequiredForDecryption()) { in IsPassphraseRequiredForDecryption()
Dprofile_sync_service.h458 virtual bool IsPassphraseRequiredForDecryption() const;
Dprofile_sync_service.cc1448 DCHECK(!(IsPassphraseRequiredForDecryption() && in OnConfigureDone()
1579 bool ProfileSyncService::IsPassphraseRequiredForDecryption() const { in IsPassphraseRequiredForDecryption() function in ProfileSyncService