Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc262 return new HttpPortAllocatorSession(this, content_name, component, in CreateSessionInternal()
270 HttpPortAllocatorSession::HttpPortAllocatorSession( in HttpPortAllocatorSession() function in cricket::HttpPortAllocatorSession
285 HttpPortAllocatorSession::~HttpPortAllocatorSession() { in ~HttpPortAllocatorSession()
292 void HttpPortAllocatorSession::SendSessionRequest(const std::string& host, in SendSessionRequest()
298 &HttpPortAllocatorSession::OnRequestDone); in SendSessionRequest()
315 void HttpPortAllocatorSession::OnRequestDone(rtc::SignalThread* data) { in OnRequestDone()
Dhttpportallocator.h164 class HttpPortAllocatorSession : public HttpPortAllocatorSessionBase {
166 HttpPortAllocatorSession(
176 virtual ~HttpPortAllocatorSession();
Dconnectivitychecker.h114 class TestHttpPortAllocatorSession : public HttpPortAllocatorSession {
126 : HttpPortAllocatorSession( in TestHttpPortAllocatorSession()
Dportallocator_unittest.cc1031 static_cast<cricket::HttpPortAllocatorSession*>( in TEST()
1040 session.reset(static_cast<cricket::HttpPortAllocatorSession*>( in TEST()
Dconnectivitychecker.cc96 HttpPortAllocatorSession::OnRequestDone(data); in OnRequestDone()