Home
last modified time | relevance | path

Searched refs:response_xml (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_response.cc62 MetricsResponse::MetricsResponse(const std::string& response_xml) in MetricsResponse() argument
67 if (response_xml.empty()) in MetricsResponse()
75 response_xml.data(), in MetricsResponse()
76 static_cast<int>(response_xml.size())); in MetricsResponse()
Dmetrics_response_unittest.cc44 const char* response_xml; member
81 MetricsResponse response(rcase.response_xml); in TEST()
Dmetrics_response.h19 explicit MetricsResponse(const std::string& response_xml);
/external/chromium/chrome/browser/autofill/
Dform_structure.h61 static void ParseQueryResponse(const std::string& response_xml,
Dform_structure.cc204 void FormStructure::ParseQueryResponse(const std::string& response_xml, in ParseQueryResponse() argument
216 parser.Parse(response_xml.c_str(), response_xml.length(), true); in ParseQueryResponse()