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

  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.h 25 class AutofillXmlParser : public buzz::XmlParseHandler {
27 AutofillXmlParser();
28 virtual ~AutofillXmlParser();
58 DISALLOW_COPY_AND_ASSIGN(AutofillXmlParser);
75 class AutofillQueryXmlParser : public AutofillXmlParser {
158 class AutofillUploadXmlParser : public AutofillXmlParser {
autofill_xml_parser.cc 18 AutofillXmlParser::AutofillXmlParser()
22 AutofillXmlParser::~AutofillXmlParser() {}
24 void AutofillXmlParser::CharacterData(
28 void AutofillXmlParser::EndElement(buzz::XmlParseContext* context,
32 void AutofillXmlParser::Error(buzz::XmlParseContext* context,
  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.h 20 class AutofillXmlParser : public buzz::XmlParseHandler {
22 AutofillXmlParser();
49 DISALLOW_COPY_AND_ASSIGN(AutofillXmlParser);
65 class AutofillQueryXmlParser : public AutofillXmlParser {
110 class AutofillUploadXmlParser : public AutofillXmlParser {
autofill_xml_parser.cc 13 AutofillXmlParser::AutofillXmlParser()
17 void AutofillXmlParser::CharacterData(
21 void AutofillXmlParser::EndElement(buzz::XmlParseContext* context,
25 void AutofillXmlParser::Error(buzz::XmlParseContext* context,

Completed in 37 milliseconds