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

  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.cc 126 *positive_upload_rate_ = GetDoubleValue(context, attrs[1]);
128 *negative_upload_rate_ = GetDoubleValue(context, attrs[1]);
135 double AutofillUploadXmlParser::GetDoubleValue(buzz::XmlParseContext* context,
  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.cc 240 *positive_upload_rate_ = GetDoubleValue(context, attrs[1]);
242 *negative_upload_rate_ = GetDoubleValue(context, attrs[1]);
249 double AutofillUploadXmlParser::GetDoubleValue(buzz::XmlParseContext* context,

Completed in 47 milliseconds