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

  /external/chromium_org/remoting/protocol/
session.h 100 // channel for each logical channel. GetMultiplexedChannelFactory() channels
103 virtual ChannelFactory* GetMultiplexedChannelFactory() = 0;
channel_dispatcher_base.cc 32 channel_factory_ = session->GetMultiplexedChannelFactory();
jingle_session.h 53 virtual ChannelFactory* GetMultiplexedChannelFactory() OVERRIDE;
jingle_session_unittest.cc 456 client_session_->GetMultiplexedChannelFactory()->CreateStreamChannel(
459 host_session_->GetMultiplexedChannelFactory()->CreateStreamChannel(
fake_session.h 177 virtual ChannelFactory* GetMultiplexedChannelFactory() OVERRIDE;
protocol_mock_objects.h 171 MOCK_METHOD0(GetMultiplexedChannelFactory, ChannelFactory*());
fake_session.cc 327 ChannelFactory* FakeSession::GetMultiplexedChannelFactory() {
jingle_session.cc 226 ChannelFactory* JingleSession::GetMultiplexedChannelFactory() {

Completed in 66 milliseconds