HomeSort by relevance Sort by last modified time
    Searched refs:PasswordAutofillAgentTest (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 58 class PasswordAutofillAgentTest : public ChromeRenderViewTest {
60 PasswordAutofillAgentTest() {
193 DISALLOW_COPY_AND_ASSIGN(PasswordAutofillAgentTest);
198 TEST_F(PasswordAutofillAgentTest, InitialAutocomplete) {
230 TEST_F(PasswordAutofillAgentTest, InitialAutocompleteForEmptyAction) {
265 TEST_F(PasswordAutofillAgentTest, NoInitialAutocompleteForReadOnly) {
277 TEST_F(PasswordAutofillAgentTest, NoInitialAutocompleteForFilledField) {
290 TEST_F(PasswordAutofillAgentTest, NoInitialAutocompleteForAutocompleteOff) {
301 TEST_F(PasswordAutofillAgentTest, NoAutocompleteForTextFieldPasswords) {
331 TEST_F(PasswordAutofillAgentTest, NoAutocompleteForPasswordFieldUsernames)
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.h 263 friend class PasswordAutofillAgentTest;
268 FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, WaitUsername);
269 FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, SuggestionAccept);
270 FRIEND_TEST_ALL_PREFIXES(PasswordAutofillAgentTest, SuggestionSelect);
password_autofill_agent.h 52 friend class PasswordAutofillAgentTest;

Completed in 633 milliseconds