Home
last modified time | relevance | path

Searched refs:HttpPortAllocatorSessionBase (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/client/
H A Dhttpportallocator.cc104 HttpPortAllocatorSessionBase::HttpPortAllocatorSessionBase( in HttpPortAllocatorSessionBase() function in cricket::HttpPortAllocatorSessionBase
120 HttpPortAllocatorSessionBase::~HttpPortAllocatorSessionBase() {} in ~HttpPortAllocatorSessionBase()
122 void HttpPortAllocatorSessionBase::GetPortConfigurations() { in GetPortConfigurations()
141 void HttpPortAllocatorSessionBase::TryCreateRelaySession() { in TryCreateRelaySession()
169 std::string HttpPortAllocatorSessionBase::GetSessionRequestUrl() { in GetSessionRequestUrl()
180 void HttpPortAllocatorSessionBase::ReceiveSessionResponse( in ReceiveSessionResponse()
263 : HttpPortAllocatorSessionBase(allocator, content_name, component, in HttpPortAllocatorSession()
H A Dhttpportallocator.h89 class HttpPortAllocatorSessionBase : public BasicPortAllocatorSession {
91 HttpPortAllocatorSessionBase(
101 virtual ~HttpPortAllocatorSessionBase();
147 class HttpPortAllocatorSession : public HttpPortAllocatorSessionBase {
H A Dportallocator_unittest.cc1082 rtc::scoped_ptr<cricket::HttpPortAllocatorSessionBase> session(
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/client/
H A Dhttpportallocator.cc123 HttpPortAllocatorSessionBase::HttpPortAllocatorSessionBase( in HttpPortAllocatorSessionBase() function in cricket::HttpPortAllocatorSessionBase
135 HttpPortAllocatorSessionBase::~HttpPortAllocatorSessionBase() {} in ~HttpPortAllocatorSessionBase()
137 void HttpPortAllocatorSessionBase::GetPortConfigurations() { in GetPortConfigurations()
148 void HttpPortAllocatorSessionBase::TryCreateRelaySession() { in TryCreateRelaySession()
176 void HttpPortAllocatorSessionBase::ReceiveSessionResponse( in ReceiveSessionResponse()
245 : HttpPortAllocatorSessionBase(allocator, name, session_type, stun_hosts, in HttpPortAllocatorSession()
H A Dhttpportallocator.h101 class HttpPortAllocatorSessionBase : public BasicPortAllocatorSession {
103 HttpPortAllocatorSessionBase(
111 virtual ~HttpPortAllocatorSessionBase();
152 class HttpPortAllocatorSession : public HttpPortAllocatorSessionBase {