OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:response_xml
(Results
1 - 11
of
11
) 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);
/external/chromium_org/components/autofill/core/browser/
autofill_download.h
46
// server. |
response_xml
| contains the server response.
47
virtual void OnLoadedServerPredictions(const std::string&
response_xml
) = 0;
form_structure.h
83
const std::string&
response_xml
,
autofill_manager.h
239
const std::string&
response_xml
) OVERRIDE;
autofill_download_unittest.cc
76
const std::string&
response_xml
) OVERRIDE {
78
response.response =
response_xml
;
form_structure.cc
562
const std::string&
response_xml
,
577
parser.Parse(
response_xml
.c_str(),
response_xml
.length(), true);
[
all
...]
autofill_manager.cc
737
const std::string&
response_xml
) {
742
FormStructure::ParseQueryResponse(
response_xml
,
[
all
...]
Completed in 667 milliseconds