HomeSort by relevance Sort by last modified time
    Searched full:candidate_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/jingle/glue/
utils.cc 53 bool DeserializeP2PCandidate(const std::string& candidate_str,
56 base::JSONReader::Read(candidate_str, base::JSON_ALLOW_TRAILING_COMMAS));
  /external/chromium_org/remoting/host/
cast_extension_session.cc 387 std::string candidate_str; local
392 !message_data->GetString(kWebRtcCandidate, &candidate_str)) {
398 webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, candidate_str));
410 VLOG(1) << "Received and Added ICE Candidate: " << candidate_str;
655 std::string candidate_str; local
656 if (!candidate->ToString(&candidate_str)) {
663 json->SetString(kWebRtcCandidate, candidate_str);

Completed in 4967 milliseconds