Home
last modified time | relevance | path

Searched refs:ParseResponse (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_service_unittest.cc145 EXPECT_TRUE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
156 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
158 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
161 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
166 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
171 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
177 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
184 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
190 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
Ddial_service.h167 static bool ParseResponse(const std::string& response,
Ddial_service.cc326 if (ParseResponse(response, response_time, &parsed_device)) in HandleResponse()
331 bool DialServiceImpl::DialSocket::ParseResponse( in ParseResponse() function in extensions::DialServiceImpl::DialSocket
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
Dobfuscated_gaia_id_fetcher_unittest.cc46 TEST(ObfuscatedGaiaIdFetcherTest, ParseResponse) { in TEST() argument
49 bool ret1 = ObfuscatedGaiaIdFetcher::ParseResponse( in TEST()
56 bool ret2 = ObfuscatedGaiaIdFetcher::ParseResponse( in TEST()
63 bool ret3 = ObfuscatedGaiaIdFetcher::ParseResponse( in TEST()
70 bool ret4 = ObfuscatedGaiaIdFetcher::ParseResponse( in TEST()
Dobfuscated_gaia_id_fetcher.h64 FRIEND_TEST_ALL_PREFIXES(ObfuscatedGaiaIdFetcherTest, ParseResponse);
72 static bool ParseResponse(
Dobfuscated_gaia_id_fetcher.cc96 if (ParseResponse(response_body, &obfuscated_id)) in ProcessApiCallSuccess()
123 bool ObfuscatedGaiaIdFetcher::ParseResponse( in ParseResponse() function in extensions::ObfuscatedGaiaIdFetcher
/external/chromium_org/remoting/host/
Dregister_support_host_request.cc107 bool RegisterSupportHostRequest::ParseResponse(const XmlElement* response, in ParseResponse() function in remoting::RegisterSupportHostRequest
169 bool success = ParseResponse(response, &support_id, &lifetime); in ProcessResponse()
Dregister_support_host_request.h69 bool ParseResponse(const buzz::XmlElement* response,
/external/chromium_org/chrome/browser/spellchecker/
Dspelling_service_client.cc143 bool SpellingServiceClient::ParseResponse( in ParseResponse() function in SpellingServiceClient
255 success = ParseResponse(data, &results); in OnURLFetchComplete()
Dspelling_service_client.h95 bool ParseResponse(const std::string& data,
Dspelling_service_client_unittest.cc167 return ParseResponse(data, &results); in ParseResponseSuccess()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_protocol.h87 static Response* ParseResponse(const std::string& json);
Ddevtools_protocol.cc84 DevToolsProtocol::Response* DevToolsProtocol::ParseResponse( in ParseResponse() function in DevToolsProtocol
Dport_forwarding_controller.cc443 DevToolsProtocol::ParseResponse(message)); in ProcessResponse()
/external/chromium/chrome/browser/metrics/
Dmetrics_response_unittest.cc78 TEST(MetricsResponseTest, ParseResponse) { in TEST() argument
/external/chromium_org/chrome/browser/component_updater/
Dcomponent_updater_service.cc292 void ParseResponse(const std::string& xml);
795 ParseResponse(xml); in OnURLFetchComplete()
803 void CrxUpdateService::ParseResponse(const std::string& xml) { in ParseResponse() function in CrxUpdateService
/external/chromium_org/google_apis/drive/
Dbase_requests.cc447 void GetDataRequest::ParseResponse(GDataErrorCode fetch_error_code, in ParseResponse() function in google_apis::GetDataRequest
466 ParseResponse(fetch_error_code, response_writer()->data()); in ProcessURLFetchResults()
Dbase_requests.h275 void ParseResponse(GDataErrorCode fetch_error_code, const std::string& data);