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

  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 105 std::string ice_username_fragment_; member in class:remoting::protocol::__anon14507::LibjingleStreamTransport
128 ice_username_fragment_(
134 DCHECK(!ice_username_fragment_.empty());
200 channel_->SetIceCredentials(ice_username_fragment_, ice_password_);
374 channel_->SetIceCredentials(ice_username_fragment_, ice_password_);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 180 // |ice_username_fragment_| of the ports that belongs to the same content will
186 // |ice_username_fragment_|) for RTCP in the case of ICEPROTO_GOOGLE. And the
187 // username_fragment() simply returns |ice_username_fragment_| when running
368 // |ice_username_fragment_| directly. For the details see the comment on
370 std::string ice_username_fragment_; member in class:cricket::Port

Completed in 95 milliseconds