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

  /external/chromium_org/content/renderer/p2p/
port_allocator.h 22 class P2PPortAllocatorSession;
71 friend class P2PPortAllocatorSession;
80 class P2PPortAllocatorSession : public cricket::BasicPortAllocatorSession,
83 P2PPortAllocatorSession(
89 virtual ~P2PPortAllocatorSession();
124 DISALLOW_COPY_AND_ASSIGN(P2PPortAllocatorSession);
port_allocator.cc 94 return new P2PPortAllocatorSession(
98 P2PPortAllocatorSession::P2PPortAllocatorSession(
115 P2PPortAllocatorSession::~P2PPortAllocatorSession() {
118 void P2PPortAllocatorSession::didReceiveData(
131 void P2PPortAllocatorSession::didFinishLoading(
137 void P2PPortAllocatorSession::didFail(blink::WebURLLoader* loader,
148 void P2PPortAllocatorSession::GetPortConfigurations() {
155 void P2PPortAllocatorSession::AllocateLegacyRelaySession()
    [all...]

Completed in 46 milliseconds