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

  /external/chromium_org/content/renderer/p2p/
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_;
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...]
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.cc 123 P2PPortAllocator::Config config;
130 P2PPortAllocator::Config::RelayServerConfig relay_config;
146 return new P2PPortAllocator(

Completed in 460 milliseconds