Searched refs:HttpPortAllocatorSession (Results 1 – 5 of 5) sorted by relevance
262 return new HttpPortAllocatorSession(this, content_name, component, in CreateSessionInternal()270 HttpPortAllocatorSession::HttpPortAllocatorSession( in HttpPortAllocatorSession() function in cricket::HttpPortAllocatorSession285 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()
164 class HttpPortAllocatorSession : public HttpPortAllocatorSessionBase {166 HttpPortAllocatorSession(176 virtual ~HttpPortAllocatorSession();
114 class TestHttpPortAllocatorSession : public HttpPortAllocatorSession {126 : HttpPortAllocatorSession( in TestHttpPortAllocatorSession()
1031 static_cast<cricket::HttpPortAllocatorSession*>( in TEST()1040 session.reset(static_cast<cricket::HttpPortAllocatorSession*>( in TEST()
96 HttpPortAllocatorSession::OnRequestDone(data); in OnRequestDone()