OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpPortAllocatorSession
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc
262
return new
HttpPortAllocatorSession
(this, content_name, component,
268
//
HttpPortAllocatorSession
270
HttpPortAllocatorSession
::
HttpPortAllocatorSession
(
285
HttpPortAllocatorSession
::~
HttpPortAllocatorSession
() {
292
void
HttpPortAllocatorSession
::SendSessionRequest(const std::string& host,
298
&
HttpPortAllocatorSession
::OnRequestDone);
315
void
HttpPortAllocatorSession
::OnRequestDone(rtc::SignalThread* data) {
httpportallocator.h
164
class
HttpPortAllocatorSession
: public HttpPortAllocatorSessionBase {
166
HttpPortAllocatorSession
(
176
virtual ~
HttpPortAllocatorSession
();
connectivitychecker.h
114
class TestHttpPortAllocatorSession : public
HttpPortAllocatorSession
{
126
:
HttpPortAllocatorSession
(
connectivitychecker.cc
96
HttpPortAllocatorSession
::OnRequestDone(data);
portallocator_unittest.cc
[
all
...]
Completed in 1438 milliseconds