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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.cc62 PortAllocatorSessionProxy* session_proxy) {
63 session_proxies_.push_back(session_proxy);
64 session_proxy->SignalDestroyed.connect(
66 session_proxy->set_impl(session_.get());
72 this, MSG_SEND_ALLOCATED_PORTS, new ProxyObjData(session_proxy));
77 this, MSG_SEND_ALLOCATION_DONE, new ProxyObjData(session_proxy));
61 RegisterSessionProxy( PortAllocatorSessionProxy* session_proxy) argument

Completed in 368 milliseconds