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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy_unittest.cc 91 bool IsGettingPorts() {
92 return proxy_session_->IsGettingPorts();
156 EXPECT_TRUE(channel2->IsGettingPorts());
portallocatorsessionproxy.cc 189 if (!impl_->IsGettingPorts()) {
196 if (impl_->IsGettingPorts()) {
201 bool PortAllocatorSessionProxy::IsGettingPorts() {
203 return impl_->IsGettingPorts();
portallocatorsessionproxy.h 95 virtual bool IsGettingPorts();
portallocator.h 88 virtual bool IsGettingPorts() = 0;
p2ptransportchannel.cc     [all...]
session_unittest.cc 627 virtual bool IsGettingPorts() { return running_; }
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
fakeportallocator.h 53 virtual bool IsGettingPorts() { return running_; }
basicportallocator.h 131 virtual bool IsGettingPorts() { return running_; }

Completed in 1879 milliseconds