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

  /external/chromium_org/components/autofill/core/browser/
form_structure.h 202 bool IsAutocheckoutEnabled() const;
form_structure.cc 527 if ((*it)->IsAutocheckoutEnabled()) {
695 bool FormStructure::IsAutocheckoutEnabled() const {
701 !IsAutocheckoutEnabled();
705 return IsAutocheckoutEnabled() ? 0 : kRequiredAutofillFields;
735 if (!IsAutocheckoutEnabled()) {
753 IsAutocheckoutEnabled();
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc 90 bool IsAutocheckoutEnabled() {
101 return input_element.autoComplete() || IsAutocheckoutEnabled();
    [all...]

Completed in 197 milliseconds