OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTransportChannelFactory
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/remoting/protocol/
channel_dispatcher_base.cc
36
channel_factory_ = session->
GetTransportChannelFactory
();
session.h
102
//
GetTransportChannelFactory
() returns a factory that creates a new transport
105
virtual ChannelFactory*
GetTransportChannelFactory
() = 0;
protobuf_video_reader.cc
31
channel_factory_ = session->
GetTransportChannelFactory
();
protobuf_video_writer.cc
28
channel_factory_ = session->
GetTransportChannelFactory
();
jingle_session_unittest.cc
246
client_session_->
GetTransportChannelFactory
()->CreateStreamChannel(
249
host_session_->
GetTransportChannelFactory
()->CreateStreamChannel(
429
client_session_->
GetTransportChannelFactory
()->CreateStreamChannel(
432
host_session_->
GetTransportChannelFactory
()->CreateStreamChannel(
jingle_session.h
52
virtual ChannelFactory*
GetTransportChannelFactory
() OVERRIDE;
fake_session.h
176
virtual ChannelFactory*
GetTransportChannelFactory
() OVERRIDE;
protocol_mock_objects.h
167
MOCK_METHOD0(
GetTransportChannelFactory
, ChannelFactory*());
fake_session.cc
321
ChannelFactory* FakeSession::
GetTransportChannelFactory
() {
jingle_session.cc
211
ChannelFactory* JingleSession::
GetTransportChannelFactory
() {
Completed in 609 milliseconds