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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 48 virtual TransportChannelImpl* CreateTransportChannel(
rawtransport.h 58 virtual TransportChannelImpl* CreateTransportChannel(
rawtransport.cc 117 TransportChannelImpl* RawTransport::CreateTransportChannel(
transport.h 204 virtual TransportChannelImpl* CreateTransportChannel(
p2ptransport.cc 192 TransportChannelImpl* P2PTransport::CreateTransportChannel(
transport.cc 108 TransportChannelImpl* impl = CreateTransportChannel(name, content_type);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransport.h 61 virtual TransportChannelImpl* CreateTransportChannel(int component);
dtlstransport.h 117 virtual DtlsTransportChannelWrapper* CreateTransportChannel(int component) {
119 this, Base::CreateTransportChannel(component));
p2ptransport.h 47 virtual TransportChannelImpl* CreateTransportChannel(int component);
rawtransport.cc 121 TransportChannelImpl* RawTransport::CreateTransportChannel(int component) {
p2ptransport.cc 72 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) {
transport.h 329 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
fakesession.h 327 virtual TransportChannelImpl* CreateTransportChannel(int component) {
transport.cc 177 impl = CreateTransportChannel(component);

Completed in 172 milliseconds