Searched defs:response_xml (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dupdate_response.cc272 bool UpdateResponse::Parse(const std::string& response_xml) { argument
277 if (response_xml.length() < 1) {
287 xmlParseDoc(reinterpret_cast<const xmlChar*>(response_xml.c_str())));
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc761 const std::string& response_xml) {
763 FormStructure::ParseQueryResponse(response_xml,
760 OnLoadedServerPredictions( const std::string& response_xml) argument
H A Dform_structure.cc544 const std::string& response_xml,
555 parser.Parse(response_xml.c_str(), response_xml.length(), true);
543 ParseQueryResponse( const std::string& response_xml, const std::vector<FormStructure*>& forms, const AutofillMetrics& metric_logger) argument

Completed in 97 milliseconds