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

  /external/webrtc/webrtc/p2p/client/
httpportallocator.h 35 class HttpPortAllocatorBase : public BasicPortAllocator {
43 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
45 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
48 virtual ~HttpPortAllocatorBase();
98 HttpPortAllocatorBase* allocator,
126 virtual HttpPortAllocatorBase* allocator() {
127 return static_cast<HttpPortAllocatorBase*>(
httpportallocator.cc 73 // HttpPortAllocatorBase
75 const int HttpPortAllocatorBase::kNumRetries = 5;
77 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session";
79 HttpPortAllocatorBase::HttpPortAllocatorBase(
89 HttpPortAllocatorBase::HttpPortAllocatorBase(
98 HttpPortAllocatorBase::~HttpPortAllocatorBase() {
104 HttpPortAllocatorBase* allocator
    [all...]

Completed in 127 milliseconds