HomeSort by relevance Sort by last modified time
    Searched defs:autocomplete_attribute (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/core/common/
form_field_data.h 36 std::string autocomplete_attribute; member in struct:autofill::FormFieldData
69 EXPECT_EQ(expected.autocomplete_attribute, actual.autocomplete_attribute); \
  /external/chromium_org/components/autofill/content/renderer/
form_cache.cc 103 std::string autocomplete_attribute = local
108 if (autocomplete_attribute.find(deprecated[i]) != std::string::npos) {
autofill_agent.cc 616 const base::string16 autocomplete_attribute = local
618 if (LowerCaseEqualsASCII(autocomplete_attribute, "off"))
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 52 const char* const autocomplete_attribute; // The autocomplete attribute of member in struct:__anon10420::AutofillFieldCase
218 expected.autocomplete_attribute = field_cases[i].autocomplete_attribute;
336 expected.autocomplete_attribute = "off";
628 const std::string autocomplete_attribute; member in struct:autofill::TestCase
668 expected.autocomplete_attribute = test_cases[i].autocomplete_attribute;
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_unittest.cc 1488 const char* const autocomplete_attribute; member in struct:autofill::__anon10943
2127 const char* autocomplete_attribute; member in struct:autofill::__anon10944
    [all...]
form_structure.cc 1018 std::string autocomplete_attribute = local
    [all...]

Completed in 923 milliseconds