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

  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 106 std::string ice_username_fragment_; member in class:remoting::protocol::__anon10232::LibjingleStreamTransport
129 ice_username_fragment_(
198 channel_->SetIceCredentials(ice_username_fragment_, ice_password_);
376 channel_->SetIceCredentials(ice_username_fragment_, ice_password_);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 177 ice_username_fragment_(username_fragment),
204 ice_username_fragment_(username_fragment),
219 if (ice_username_fragment_.empty()) {
221 ice_username_fragment_ = talk_base::CreateRandomString(ICE_UFRAG_LENGTH);
730 return GetRtcpUfragFromRtpUfrag(ice_username_fragment_);
732 return ice_username_fragment_;
    [all...]
port.h 187 // |ice_username_fragment_| of the ports that belongs to the same content will
193 // |ice_username_fragment_|) for RTCP in the case of ICEPROTO_GOOGLE. And the
194 // username_fragment() simply returns |ice_username_fragment_| when running
376 // |ice_username_fragment_| directly. For the details see the comment on
378 std::string ice_username_fragment_; member in class:cricket::Port

Completed in 219 milliseconds