Searched refs:REQUIRE_AUTOCOMPLETE (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/components/autofill/content/renderer/ |
D | autofill_agent.cc | 224 REQUIRE_AUTOCOMPLETE, in WillSubmitForm() 285 REQUIRE_AUTOCOMPLETE, in didRequestAutocomplete() 568 element.autoComplete() ? REQUIRE_AUTOCOMPLETE : REQUIRE_NONE; in QueryAutofillSuggestions() 616 &field, REQUIRE_AUTOCOMPLETE)) { in FillAutofillFormData()
|
D | form_autofill_util.cc | 476 ExtractAutofillableElements(form_element, REQUIRE_AUTOCOMPLETE, in ForEachMatchingFormField() 732 if (requirements & REQUIRE_AUTOCOMPLETE) { in ExtractAutofillableElements() 844 if (requirements & REQUIRE_AUTOCOMPLETE && !form_element.autoComplete()) in WebFormElementToFormData() 879 if (requirements & REQUIRE_AUTOCOMPLETE && in WebFormElementToFormData() 1049 ExtractAutofillableElements(form_element, REQUIRE_AUTOCOMPLETE, in ClearPreviewedFormWithElement() 1096 ExtractAutofillableElements(form_element, REQUIRE_AUTOCOMPLETE, in FormWithElementIsAutofilled()
|
D | form_autofill_util.h | 31 REQUIRE_AUTOCOMPLETE = 1, // Require that autocomplete != off. enumerator
|
/external/chromium_org/chrome/renderer/autofill/ |
D | form_autofill_browsertest.cc | 192 autofill::REQUIRE_AUTOCOMPLETE)); in TestFormFillFunctions() 938 web_form, WebFormControlElement(), autofill::REQUIRE_AUTOCOMPLETE, in TEST_F() 964 web_form, WebFormControlElement(), autofill::REQUIRE_AUTOCOMPLETE, in TEST_F() 1053 autofill::REQUIRE_AUTOCOMPLETE)); in TEST_F()
|