OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:response_xml
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/metrics/
metrics_response.cc
62
MetricsResponse::MetricsResponse(const std::string&
response_xml
)
67
if (
response_xml
.empty())
75
response_xml
.data(),
76
static_cast<int>(
response_xml
.size()));
metrics_response.h
19
explicit MetricsResponse(const std::string&
response_xml
);
metrics_response_unittest.cc
44
const char*
response_xml
;
member in struct:ResponseCase
81
MetricsResponse response(rcase.
response_xml
);
/external/chromium/chrome/browser/autofill/
form_structure.h
61
static void ParseQueryResponse(const std::string&
response_xml
,
form_structure.cc
204
void FormStructure::ParseQueryResponse(const std::string&
response_xml
,
216
parser.Parse(
response_xml
.c_str(),
response_xml
.length(), true);
Completed in 213 milliseconds