Searched refs:candidate_str (Results 1 - 2 of 2) sorted by path

/external/chromium_org/jingle/glue/
H A Dutils.cc53 bool DeserializeP2PCandidate(const std::string& candidate_str, argument
56 base::JSONReader::Read(candidate_str, base::JSON_ALLOW_TRAILING_COMMAS));
/external/chromium_org/remoting/host/
H A Dcast_extension_session.cc387 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 616 milliseconds