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 32 REQUIRE_AUTOCOMPLETE = 1, // Require that autocomplete != off.
form_autofill_util.cc 94 // Check whether the given field satisfies the REQUIRE_AUTOCOMPLETE requirement.
483 ExtractAutofillableElements(form_element, REQUIRE_AUTOCOMPLETE,
743 if (requirements & REQUIRE_AUTOCOMPLETE) {
853 if (requirements & REQUIRE_AUTOCOMPLETE && !form_element.autoComplete())
    [all...]
autofill_agent.cc 211 REQUIRE_AUTOCOMPLETE,
289 REQUIRE_AUTOCOMPLETE,
633 element.autoComplete() ? REQUIRE_AUTOCOMPLETE : REQUIRE_NONE;
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 199 autofill::REQUIRE_AUTOCOMPLETE));
    [all...]

Completed in 401 milliseconds