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

  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h 28 REQUIRE_AUTOCOMPLETE = 1, // Require that autocomplete != off.
autofill_agent.cc 258 REQUIRE_AUTOCOMPLETE,
326 REQUIRE_AUTOCOMPLETE,
686 element.autoComplete() ? REQUIRE_AUTOCOMPLETE : REQUIRE_NONE;
729 &field, REQUIRE_AUTOCOMPLETE)) {
form_autofill_util.cc 96 // Check whether the given field satisfies the REQUIRE_AUTOCOMPLETE requirement.
481 ExtractAutofillableElements(form_element, REQUIRE_AUTOCOMPLETE,
685 if (requirements & REQUIRE_AUTOCOMPLETE) {
793 if (requirements & REQUIRE_AUTOCOMPLETE && !form_element.autoComplete())
828 if (requirements & REQUIRE_AUTOCOMPLETE &&
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 176 autofill::REQUIRE_AUTOCOMPLETE));
    [all...]

Completed in 54 milliseconds