HomeSort by relevance Sort by last modified time
    Searched defs:ParseServerResponse (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 38 bool ParseServerResponse(const std::string& response_body,
42 LOG(WARNING) << "ParseServerResponse: Response was empty.";
45 DVLOG(1) << "ParseServerResponse: Parsing response " << response_body;
52 LOG(WARNING) << "ParseServerResponse: JSONReader failed : " << error_msg;
57 VLOG(1) << "ParseServerResponse: Unexpected response type "
67 VLOG(1) << "ParseServerResponse: " << kStatusString
85 VLOG(1) << "ParseServerResponse: unexpected status code " << status;
92 VLOG(1) << "ParseServerResponse: Missing hypotheses attribute.";
98 VLOG(1) << "ParseServerResponse: Unexpected hypotheses type "
112 LOG(WARNING) << "ParseServerResponse: Unable to read hypothesis value."
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 353 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,
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 91 bool ParseServerResponse(const std::string& response_body,
314 if (!ParseServerResponse(response_body, timestamp, position, access_token)) {
351 bool ParseServerResponse(const std::string& response_body,
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 "
415 VLOG(1) << "ParseServerResponse() : location lacks lat and/or long."
    [all...]

Completed in 969 milliseconds