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

  /external/chromium_org/remoting/protocol/
channel_factory.h 35 // before the factory is destroyed and CancelChannelCreation() must be called
47 virtual void CancelChannelCreation(const std::string& name) = 0;
channel_dispatcher_base.cc 23 channel_factory_->CancelChannelCreation(channel_name_);
channel_multiplexer.h 33 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
protobuf_video_reader.cc 25 channel_factory_->CancelChannelCreation(kVideoChannelName);
protobuf_video_writer.cc 55 channel_factory_->CancelChannelCreation(kVideoChannelName);
jingle_session.h 63 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
channel_multiplexer.cc 370 base_channel_factory_->CancelChannelCreation(base_channel_name_);
404 void ChannelMultiplexer::CancelChannelCreation(const std::string& name) {
439 // |pending_channels_| list (e.g. call CancelChannelCreation()).
fake_session.h 187 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
channel_multiplexer_unittest.cc 68 host_mux_->CancelChannelCreation(kTestChannelName2);
fake_session.cc 387 void FakeSession::CancelChannelCreation(const std::string& name) {
jingle_session.cc 283 void JingleSession::CancelChannelCreation(const std::string& name) {

Completed in 106 milliseconds