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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h38 class PortAllocatorSessionProxy;
51 void RegisterSessionProxy(PortAllocatorSessionProxy* session_proxy);
64 void SendAllocationDone_w(PortAllocatorSessionProxy* proxy);
65 void SendAllocatedPorts_w(PortAllocatorSessionProxy* proxy);
72 std::vector<PortAllocatorSessionProxy*> session_proxies_;
76 class PortAllocatorSessionProxy : public PortAllocatorSession { class in namespace:cricket
78 PortAllocatorSessionProxy(const std::string& content_name, function in class:cricket::PortAllocatorSessionProxy
87 virtual ~PortAllocatorSessionProxy();
H A Dportallocatorsessionproxy.cc41 typedef rtc::TypedMessageData<PortAllocatorSessionProxy*> ProxyObjData;
62 PortAllocatorSessionProxy* session_proxy) {
104 std::vector<PortAllocatorSessionProxy*>::iterator it =
135 PortAllocatorSessionProxy* proxy) {
136 std::vector<PortAllocatorSessionProxy*>::iterator iter =
144 PortAllocatorSessionProxy* proxy) {
145 std::vector<PortAllocatorSessionProxy*>::iterator iter =
161 PortAllocatorSessionProxy::~PortAllocatorSessionProxy() {
169 void PortAllocatorSessionProxy
[all...]

Completed in 124 milliseconds