Home
last modified time | relevance | path

Searched refs:GetMultiplexedChannelFactory (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/protocol/
Dchannel_dispatcher_base.cc32 channel_factory_ = session->GetMultiplexedChannelFactory(); in Init()
Dsession.h103 virtual ChannelFactory* GetMultiplexedChannelFactory() = 0;
Djingle_session.h53 virtual ChannelFactory* GetMultiplexedChannelFactory() OVERRIDE;
Djingle_session_unittest.cc456 client_session_->GetMultiplexedChannelFactory()->CreateStreamChannel( in TEST_F()
459 host_session_->GetMultiplexedChannelFactory()->CreateStreamChannel( in TEST_F()
Dfake_session.h177 virtual ChannelFactory* GetMultiplexedChannelFactory() OVERRIDE;
Dprotocol_mock_objects.h171 MOCK_METHOD0(GetMultiplexedChannelFactory, ChannelFactory*());
Dfake_session.cc327 ChannelFactory* FakeSession::GetMultiplexedChannelFactory() { in GetMultiplexedChannelFactory() function in remoting::protocol::FakeSession
Djingle_session.cc226 ChannelFactory* JingleSession::GetMultiplexedChannelFactory() { in GetMultiplexedChannelFactory() function in remoting::protocol::JingleSession