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

/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc93 return new P2PPortAllocatorSession(
97 P2PPortAllocatorSession::P2PPortAllocatorSession( function in class:content::P2PPortAllocatorSession
114 P2PPortAllocatorSession::~P2PPortAllocatorSession() {
117 void P2PPortAllocatorSession::didReceiveData(
130 void P2PPortAllocatorSession::didFinishLoading(
136 void P2PPortAllocatorSession::didFail(blink::WebURLLoader* loader,
147 void P2PPortAllocatorSession::GetPortConfigurations() {
154 void P2PPortAllocatorSession
[all...]
H A Dport_allocator.h22 class P2PPortAllocatorSession;
69 friend class P2PPortAllocatorSession;
78 class P2PPortAllocatorSession : public cricket::BasicPortAllocatorSession, class in namespace:content
81 P2PPortAllocatorSession(
87 virtual ~P2PPortAllocatorSession();
122 DISALLOW_COPY_AND_ASSIGN(P2PPortAllocatorSession);

Completed in 89 milliseconds