HomeSort by relevance Sort by last modified time
    Searched defs:TransportChannelProxy (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 28 #include "talk/p2p/base/transportchannelproxy.h"
35 TransportChannelProxy::TransportChannelProxy(const std::string& name,
40 TransportChannelProxy::~TransportChannelProxy() {
45 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) {
48 this, &TransportChannelProxy::OnReadableState);
50 this, &TransportChannelProxy::OnWritableState);
51 impl_->SignalReadPacket.connect(this, &TransportChannelProxy::OnReadPacket);
52 impl_->SignalRouteChange.connect(this, &TransportChannelProxy::OnRouteChange)
    [all...]
transportchannelproxy.h 43 class TransportChannelProxy: public TransportChannel {
45 TransportChannelProxy(const std::string& name, const std::string &content_type);
46 virtual ~TransportChannelProxy();
73 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelProxy);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 28 #include "talk/p2p/base/transportchannelproxy.h"
41 TransportChannelProxy::TransportChannelProxy(const std::string& content_name,
50 TransportChannelProxy::~TransportChannelProxy() {
57 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) {
63 LOG(LS_WARNING) << "Ignored TransportChannelProxy::SetImplementation call "
78 this, &TransportChannelProxy::OnReadableState);
80 this, &TransportChannelProxy::OnWritableState);
82 this, &TransportChannelProxy::OnReadPacket)
    [all...]
transportchannelproxy.h 50 class TransportChannelProxy : public TransportChannel,
53 TransportChannelProxy(const std::string& content_name,
56 virtual ~TransportChannelProxy();
107 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelProxy);

Completed in 82 milliseconds