Home
last modified time | relevance | path

Searched refs:UPLOAD_NOT_REQUIRED (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dform_structure.h29 UPLOAD_NOT_REQUIRED, enumerator
Dautofill_xml_parser_unittest.cc75 EXPECT_EQ(UPLOAD_NOT_REQUIRED, upload_required); in TEST()
150 EXPECT_EQ(UPLOAD_NOT_REQUIRED, upload_required); in TEST()
Dautofill_xml_parser.cc61 *upload_required_ = UPLOAD_NOT_REQUIRED; in StartElement()