OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMultiplexedChannelFactory
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/remoting/protocol/
channel_dispatcher_base.cc
32
channel_factory_ = session->
GetMultiplexedChannelFactory
();
session.h
103
// channel for each logical channel.
GetMultiplexedChannelFactory
() channels
106
virtual ChannelFactory*
GetMultiplexedChannelFactory
() = 0;
jingle_session.h
53
virtual ChannelFactory*
GetMultiplexedChannelFactory
() OVERRIDE;
jingle_session_unittest.cc
383
client_session_->
GetMultiplexedChannelFactory
()->CreateStreamChannel(
386
host_session_->
GetMultiplexedChannelFactory
()->CreateStreamChannel(
fake_session.h
177
virtual ChannelFactory*
GetMultiplexedChannelFactory
() OVERRIDE;
protocol_mock_objects.h
168
MOCK_METHOD0(
GetMultiplexedChannelFactory
, ChannelFactory*());
fake_session.cc
325
ChannelFactory* FakeSession::
GetMultiplexedChannelFactory
() {
jingle_session.cc
216
ChannelFactory* JingleSession::
GetMultiplexedChannelFactory
() {
Completed in 179 milliseconds