OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseResponse
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher_unittest.cc
46
TEST(ObfuscatedGaiaIdFetcherTest,
ParseResponse
) {
49
bool ret1 = ObfuscatedGaiaIdFetcher::
ParseResponse
(
56
bool ret2 = ObfuscatedGaiaIdFetcher::
ParseResponse
(
63
bool ret3 = ObfuscatedGaiaIdFetcher::
ParseResponse
(
70
bool ret4 = ObfuscatedGaiaIdFetcher::
ParseResponse
(
obfuscated_gaia_id_fetcher.h
64
FRIEND_TEST_ALL_PREFIXES(ObfuscatedGaiaIdFetcherTest,
ParseResponse
);
72
static bool
ParseResponse
(
obfuscated_gaia_id_fetcher.cc
96
if (
ParseResponse
(response_body, &obfuscated_id))
123
bool ObfuscatedGaiaIdFetcher::
ParseResponse
(
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_service_unittest.cc
145
EXPECT_TRUE(DialServiceImpl::DialSocket::
ParseResponse
(
156
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
158
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
161
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
166
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
171
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
177
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
184
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
190
EXPECT_FALSE(DialServiceImpl::DialSocket::
ParseResponse
(
dial_service.h
167
static bool
ParseResponse
(const std::string& response,
dial_service.cc
326
if (
ParseResponse
(response, response_time, &parsed_device))
331
bool DialServiceImpl::DialSocket::
ParseResponse
(
/external/chromium/chrome/browser/metrics/
metrics_response_unittest.cc
78
TEST(MetricsResponseTest,
ParseResponse
) {
/external/chromium_org/chrome/browser/devtools/
devtools_protocol.h
87
static Response*
ParseResponse
(const std::string& json);
devtools_protocol.cc
84
DevToolsProtocol::Response* DevToolsProtocol::
ParseResponse
(
port_forwarding_controller.cc
443
DevToolsProtocol::
ParseResponse
(message));
/external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h
95
bool
ParseResponse
(const std::string& data,
spelling_service_client.cc
143
bool SpellingServiceClient::
ParseResponse
(
255
success =
ParseResponse
(data, &results);
spelling_service_client_unittest.cc
116
// the
ParseResponse
method.
167
return
ParseResponse
(data, &results);
384
//
ParseResponse
returning false.
/external/chromium_org/remoting/host/
register_support_host_request.h
69
bool
ParseResponse
(const buzz::XmlElement* response,
register_support_host_request.cc
107
bool RegisterSupportHostRequest::
ParseResponse
(const XmlElement* response,
169
bool success =
ParseResponse
(response, &support_id, &lifetime);
/external/chromium_org/google_apis/drive/
base_requests.cc
447
void GetDataRequest::
ParseResponse
(GDataErrorCode fetch_error_code,
466
ParseResponse
(fetch_error_code, response_writer()->data());
base_requests.h
275
void
ParseResponse
(GDataErrorCode fetch_error_code, const std::string& data);
/external/chromium_org/chrome/browser/component_updater/
component_updater_service.cc
292
void
ParseResponse
(const std::string& xml);
795
ParseResponse
(xml);
803
void CrxUpdateService::
ParseResponse
(const std::string& xml) {
[
all
...]
Completed in 120 milliseconds