Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_service_unittest.cc173 EXPECT_TRUE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
184 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
186 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
189 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
194 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
199 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
205 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
212 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
218 EXPECT_FALSE(DialServiceImpl::DialSocket::ParseResponse( in TEST_F()
Ddial_service.h167 static bool ParseResponse(const std::string& response,
Ddial_service.cc314 if (ParseResponse(response, response_time, &parsed_device)) in HandleResponse()
319 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/components/gcm_driver/
Dgcm_channel_status_request.cc79 if (ParseResponse(source)) in OnURLFetchComplete()
85 bool GCMChannelStatusRequest::ParseResponse(const net::URLFetcher* source) { in ParseResponse() function in gcm::GCMChannelStatusRequest
Dgcm_channel_status_request.h58 bool ParseResponse(const net::URLFetcher* source);
/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.cc135 bool SpellingServiceClient::ParseResponse( in ParseResponse() function in SpellingServiceClient
247 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/google_apis/gcm/engine/
Dregistration_request.cc193 RegistrationRequest::Status RegistrationRequest::ParseResponse( in ParseResponse() function in gcm::RegistrationRequest
236 Status status = ParseResponse(source, &token); in OnURLFetchComplete()
Dregistration_request.h106 Status ParseResponse(const net::URLFetcher* source, std::string* token);
/external/chromium_org/chrome/browser/devtools/
Ddevtools_protocol.h102 static Response* ParseResponse(const std::string& json);
Ddevtools_protocol.cc157 DevToolsProtocol::Response* DevToolsProtocol::ParseResponse( in ParseResponse() function in DevToolsProtocol
/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.h180 CONTENT_EXPORT static scoped_refptr<Response> ParseResponse(
Ddevtools_protocol.cc265 DevToolsProtocol::ParseResponse( in ParseResponse() function in content::DevToolsProtocol
Drender_view_devtools_agent_host.cc150 overridden_response = DevToolsProtocol::ParseResponse( in DispatchProtocolMessage()
/external/chromium_org/chrome/browser/devtools/device/
Dport_forwarding_controller.cc405 DevToolsProtocol::ParseResponse(message)); in ProcessResponse()
/external/chromium_org/components/component_updater/
Dcomponent_updater_service.cc181 void ParseResponse(const std::string& xml);