OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTransport
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
50
virtual Transport*
GetTransport
() = 0;
rawtransportchannel.h
72
virtual Transport*
GetTransport
() { return raw_transport_; }
transportchannelproxy.cc
42
impl_->
GetTransport
()->DestroyChannel(impl_->name());
p2ptransportchannel.h
77
virtual Transport*
GetTransport
() { return transport_; }
session.h
327
Transport*
GetTransport
(const std::string& content_name);
session.cc
258
Transport* Session::
GetTransport
(const std::string& content_name) {
[
all
...]
Completed in 882 milliseconds