Searched defs:AutofillUploadXmlParser (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_xml_parser.h22 // AutofillQueryXmlParser and AutofillUploadXmlParser.
124 class AutofillUploadXmlParser : public AutofillXmlParser { class in namespace:autofill
126 AutofillUploadXmlParser(double* positive_upload_rate,
150 DISALLOW_COPY_AND_ASSIGN(AutofillUploadXmlParser);
H A Dautofill_xml_parser.cc142 AutofillUploadXmlParser::AutofillUploadXmlParser(double* positive_upload_rate, function in class:autofill::AutofillUploadXmlParser
151 void AutofillUploadXmlParser::StartElement(buzz::XmlParseContext* context,
171 double AutofillUploadXmlParser::GetDoubleValue(buzz::XmlParseContext* context,

Completed in 666 milliseconds