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 97 std::string ice_username_fragment_; member in class:remoting::protocol::__anon12228::LibjingleStreamTransport
117 ice_username_fragment_(
165 channel_->SetIceCredentials(ice_username_fragment_, ice_password_);
336 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),
203 ice_username_fragment_(username_fragment),
217 if (ice_username_fragment_.empty()) {
219 ice_username_fragment_ = talk_base::CreateRandomString(ICE_UFRAG_LENGTH);
728 return GetRtcpUfragFromRtpUfrag(ice_username_fragment_);
730 return ice_username_fragment_;
    [all...]
port.h 190 // |ice_username_fragment_| of the ports that belongs to the same content will
196 // |ice_username_fragment_|) for RTCP in the case of ICEPROTO_GOOGLE. And the
197 // username_fragment() simply returns |ice_username_fragment_| when running
363 // |ice_username_fragment_| directly. For the details see the comment on
365 std::string ice_username_fragment_; member in class:cricket::Port

Completed in 146 milliseconds