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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 46 class HttpPortAllocatorBase : public BasicPortAllocator {
54 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
56 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
59 virtual ~HttpPortAllocatorBase();
109 HttpPortAllocatorBase* allocator,
137 virtual HttpPortAllocatorBase* allocator() {
138 return static_cast<HttpPortAllocatorBase*>(
150 class HttpPortAllocator : public HttpPortAllocatorBase {
httpportallocator.cc 91 // HttpPortAllocatorBase
93 const int HttpPortAllocatorBase::kNumRetries = 5;
95 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session";
97 HttpPortAllocatorBase::HttpPortAllocatorBase(
107 HttpPortAllocatorBase::HttpPortAllocatorBase(
116 HttpPortAllocatorBase::~HttpPortAllocatorBase() {
122 HttpPortAllocatorBase* allocator
    [all...]

Completed in 435 milliseconds