Searched defs:P2PPortAllocator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.h28 class P2PPortAllocator : public cricket::BasicPortAllocator { class in namespace:content
57 P2PPortAllocator(WebKit::WebFrame* web_frame,
62 virtual ~P2PPortAllocator();
77 DISALLOW_COPY_AND_ASSIGN(P2PPortAllocator);
84 P2PPortAllocator* allocator,
111 P2PPortAllocator::Config::RelayServerConfig config;
130 P2PPortAllocator* allocator_;
H A Dport_allocator.cc55 P2PPortAllocator::Config::Config()
61 P2PPortAllocator::Config::~Config() {
64 P2PPortAllocator::Config::RelayServerConfig::RelayServerConfig()
68 P2PPortAllocator::Config::RelayServerConfig::~RelayServerConfig() {
71 P2PPortAllocator::P2PPortAllocator( function in class:content::P2PPortAllocator
93 P2PPortAllocator::~P2PPortAllocator() {
96 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(
112 P2PPortAllocator* allocato
[all...]

Completed in 132 milliseconds