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

  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.cc 30 AutofillQueryXmlParser::AutofillQueryXmlParser(
41 void AutofillQueryXmlParser::StartElement(buzz::XmlParseContext* context,
95 int AutofillQueryXmlParser::GetIntValue(buzz::XmlParseContext* context,
autofill_xml_parser.h 19 // AutofillQueryXmlParser and AutofillUploadXmlParser.
65 class AutofillQueryXmlParser : public AutofillXmlParser {
67 AutofillQueryXmlParser(std::vector<AutofillFieldType>* field_types,
96 DISALLOW_COPY_AND_ASSIGN(AutofillQueryXmlParser);

Completed in 1141 milliseconds