Searched refs:TestSessionChannel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy_unittest.cc48 class TestSessionChannel : public sigslot::has_slots<> { class in inherits:sigslot::has_slots
50 explicit TestSessionChannel(PortAllocatorSessionProxy* proxy) function in class:TestSessionChannel
56 this, &TestSessionChannel::OnCandidatesAllocationDone);
58 this, &TestSessionChannel::OnCandidatesReady);
60 this, &TestSessionChannel::OnPortReady);
62 virtual ~TestSessionChannel() {}
115 TestSessionChannel* CreateChannel() {
118 TestSessionChannel* channel = new TestSessionChannel(proxy);
134 TestSessionChannel* channe
[all...]

Completed in 125 milliseconds