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 47 class HttpPortAllocatorBase : public BasicPortAllocator {
55 HttpPortAllocatorBase(talk_base::NetworkManager* network_manager,
57 HttpPortAllocatorBase(talk_base::NetworkManager* network_manager,
60 virtual ~HttpPortAllocatorBase();
110 HttpPortAllocatorBase* allocator,
135 virtual HttpPortAllocatorBase* allocator() {
136 return static_cast<HttpPortAllocatorBase*>(
152 class HttpPortAllocator : public HttpPortAllocatorBase {
httpportallocator.cc 94 // HttpPortAllocatorBase
96 const int HttpPortAllocatorBase::kNumRetries = 5;
98 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session";
100 HttpPortAllocatorBase::HttpPortAllocatorBase(
110 HttpPortAllocatorBase::HttpPortAllocatorBase(
119 HttpPortAllocatorBase::~HttpPortAllocatorBase() {
125 HttpPortAllocatorBase* allocator
    [all...]

Completed in 94 milliseconds