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

  /external/chromium_org/remoting/protocol/
session.h 99 // GetTransportChannelFactory() returns a factory that creates a new transport
102 virtual ChannelFactory* GetTransportChannelFactory() = 0;
channel_dispatcher_base.cc 36 channel_factory_ = session->GetTransportChannelFactory();
protobuf_video_reader.cc 31 channel_factory_ = session->GetTransportChannelFactory();
protobuf_video_writer.cc 28 channel_factory_ = session->GetTransportChannelFactory();
jingle_session_unittest.cc 265 client_session_->GetTransportChannelFactory()->CreateStreamChannel(
268 host_session_->GetTransportChannelFactory()->CreateStreamChannel(
502 client_session_->GetTransportChannelFactory()->CreateStreamChannel(
505 host_session_->GetTransportChannelFactory()->CreateStreamChannel(
jingle_session.h 52 virtual ChannelFactory* GetTransportChannelFactory() OVERRIDE;
fake_session.h 176 virtual ChannelFactory* GetTransportChannelFactory() OVERRIDE;
protocol_mock_objects.h 170 MOCK_METHOD0(GetTransportChannelFactory, ChannelFactory*());
fake_session.cc 323 ChannelFactory* FakeSession::GetTransportChannelFactory() {
jingle_session.cc 221 ChannelFactory* JingleSession::GetTransportChannelFactory() {

Completed in 277 milliseconds