Home
last modified time | relevance | path

Searched refs:FillSuggestionForTest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
Dpassword_autofill_manager_unittest.cc117 EXPECT_TRUE(password_autofill_manager_->FillSuggestionForTest( in TEST_F()
123 EXPECT_FALSE(password_autofill_manager_->FillSuggestionForTest( in TEST_F()
129 EXPECT_FALSE(password_autofill_manager_->FillSuggestionForTest( in TEST_F()
133 EXPECT_FALSE(password_autofill_manager_->FillSuggestionForTest( in TEST_F()
Dpassword_autofill_manager.h58 bool FillSuggestionForTest(const autofill::FormFieldData& field,
Dpassword_autofill_manager.cc100 bool PasswordAutofillManager::FillSuggestionForTest( in FillSuggestionForTest() function in password_manager::PasswordAutofillManager