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

  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 53 P2PPortAllocator::Config::Config()
59 P2PPortAllocator::Config::~Config() {
62 P2PPortAllocator::Config::RelayServerConfig::RelayServerConfig()
66 P2PPortAllocator::Config::RelayServerConfig::~RelayServerConfig() {
69 P2PPortAllocator::P2PPortAllocator(
86 P2PPortAllocator::~P2PPortAllocator() {
89 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(
99 P2PPortAllocator* allocator
    [all...]
port_allocator.h 28 class P2PPortAllocator : public cricket::BasicPortAllocator {
57 P2PPortAllocator(blink::WebFrame* web_frame,
62 virtual ~P2PPortAllocator();
77 DISALLOW_COPY_AND_ASSIGN(P2PPortAllocator);
84 P2PPortAllocator* allocator,
113 P2PPortAllocator* allocator_;

Completed in 1689 milliseconds