Searched refs:ParseServerResponse (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.h119 bool ParseServerResponse(const std::string& response, size_t content_length,
H A Dpeer_connection_client.cc353 bool ok = ParseServerResponse(control_data_, content_length, &peer_id,
405 bool ok = ParseServerResponse(notification_data_, content_length,
473 bool PeerConnectionClient::ParseServerResponse(const std::string& response, function in class:PeerConnectionClient
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc39 bool ParseServerResponse(const std::string& response_body, function in namespace:content::__anon7429
43 LOG(WARNING) << "ParseServerResponse: Response was empty.";
46 DVLOG(1) << "ParseServerResponse: Parsing response " << response_body;
53 LOG(WARNING) << "ParseServerResponse: JSONReader failed : " << error_msg;
58 VLOG(1) << "ParseServerResponse: Unexpected response type "
68 VLOG(1) << "ParseServerResponse: " << kStatusString
86 VLOG(1) << "ParseServerResponse: unexpected status code " << status;
93 VLOG(1) << "ParseServerResponse: Missing hypotheses attribute.";
99 VLOG(1) << "ParseServerResponse: Unexpected hypotheses type "
113 LOG(WARNING) << "ParseServerResponse
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc91 bool ParseServerResponse(const std::string& response_body,
314 if (!ParseServerResponse(response_body, timestamp, position, access_token)) {
351 bool ParseServerResponse(const std::string& response_body, function in namespace:content::__anon7174
362 LOG(WARNING) << "ParseServerResponse() : Response was empty.";
365 DVLOG(1) << "ParseServerResponse() : Parsing response " << response_body;
372 LOG(WARNING) << "ParseServerResponse() : JSONReader failed : "
378 VLOG(1) << "ParseServerResponse() : Unexpected response type "
391 VLOG(1) << "ParseServerResponse() : Missing location attribute.";
400 VLOG(1) << "ParseServerResponse() : Unexpected location type "
416 VLOG(1) << "ParseServerResponse()
[all...]
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc154 bool ParseServerResponse(const GURL& server_url, function in namespace:chromeos::__anon3234
165 VLOG(1) << "SimpleGeolocationRequest::ParseServerResponse() : "
266 return ParseServerResponse(server_url, response_body, position);
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc164 bool ParseServerResponse(const GURL& server_url, function in namespace:chromeos::__anon3480
174 VLOG(1) << "TimeZoneRequest::ParseServerResponse() : Parsing response "
287 if (!ParseServerResponse(server_url, response_body, timezone.get()))

Completed in 2764 milliseconds