Home
last modified time | relevance | path

Searched refs:GetDoubleValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_xml_parser.cc126 *positive_upload_rate_ = GetDoubleValue(context, attrs[1]); in StartElement()
128 *negative_upload_rate_ = GetDoubleValue(context, attrs[1]); in StartElement()
135 double AutofillUploadXmlParser::GetDoubleValue(buzz::XmlParseContext* context, in GetDoubleValue() function in AutofillUploadXmlParser
Dautofill_xml_parser.h127 double GetDoubleValue(buzz::XmlParseContext* context, const char* attribute);