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

  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h 95 // |extract_mask|: See the enum ExtractMask above for details.
98 ExtractMask extract_mask,
104 // |extract_mask| controls what data is extracted.
112 ExtractMask extract_mask,
form_autofill_util.cc 745 ExtractMask extract_mask,
786 } else if (extract_mask & EXTRACT_OPTIONS) {
795 if (!(extract_mask & EXTRACT_VALUE))
800 if (IsSelectElement(element) && (extract_mask & EXTRACT_OPTION_TEXT)) {
828 ExtractMask extract_mask,
    [all...]
form_cache.cc 150 ExtractMask extract_mask = local
154 REQUIRE_NONE, extract_mask, &form, NULL)) {

Completed in 186 milliseconds