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 55 P2PPortAllocator::Config::Config()
61 P2PPortAllocator::Config::~Config() {
64 P2PPortAllocator::Config::RelayServerConfig::RelayServerConfig()
68 P2PPortAllocator::Config::RelayServerConfig::~RelayServerConfig() {
71 P2PPortAllocator::P2PPortAllocator(
93 P2PPortAllocator::~P2PPortAllocator() {
96 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(
112 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,
111 P2PPortAllocator::Config::RelayServerConfig config;
130 P2PPortAllocator* allocator_;

Completed in 26 milliseconds