Home
last modified time | relevance | path

Searched refs:P2PPortAllocator (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc53 P2PPortAllocator::Config::Config() in Config()
58 P2PPortAllocator::Config::~Config() { in ~Config()
61 P2PPortAllocator::Config::RelayServerConfig::RelayServerConfig() in RelayServerConfig()
65 P2PPortAllocator::Config::RelayServerConfig::~RelayServerConfig() { in ~RelayServerConfig()
68 P2PPortAllocator::P2PPortAllocator( in P2PPortAllocator() function in content::P2PPortAllocator
85 P2PPortAllocator::~P2PPortAllocator() { in ~P2PPortAllocator()
88 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal( in CreateSessionInternal()
98 P2PPortAllocator* allocator, in P2PPortAllocatorSession()
159 P2PPortAllocator::Config::RelayServerConfig relay_config = in AllocateLegacyRelaySession()
258 const P2PPortAllocator::Config& config = allocator_->config_; in AddConfig()
Dport_allocator.h28 class P2PPortAllocator : public cricket::BasicPortAllocator {
55 P2PPortAllocator(blink::WebFrame* web_frame,
60 virtual ~P2PPortAllocator();
75 DISALLOW_COPY_AND_ASSIGN(P2PPortAllocator);
82 P2PPortAllocator* allocator,
111 P2PPortAllocator* allocator_;
/external/chromium_org/content/renderer/media/webrtc/
Dpeer_connection_dependency_factory.cc132 P2PPortAllocator::Config config; in CreatePortAllocator()
140 P2PPortAllocator::Config::RelayServerConfig relay_config; in CreatePortAllocator()
155 return new P2PPortAllocator( in CreatePortAllocator()