Searched refs:CancelChannelCreation (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Ddatagram_channel_factory.h29 // call returns. All channels must be destroyed, and CancelChannelCreation()
37 virtual void CancelChannelCreation(const std::string& name) = 0;
H A Dstream_channel_factory.h34 // call returns. All channels must be destroyed, and CancelChannelCreation()
42 virtual void CancelChannelCreation(const std::string& name) = 0;
H A Dchannel_dispatcher_base.cc23 channel_factory_->CancelChannelCreation(channel_name_);
H A Dpseudotcp_channel_factory.h30 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
H A Dsecure_channel_factory.h35 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
H A Dpseudotcp_channel_factory.cc36 // CancelChannelCreation() is expected to be called before destruction.
49 void PseudoTcpChannelFactory::CancelChannelCreation(const std::string& name) { function in class:remoting::protocol::PseudoTcpChannelFactory
52 datagram_channel_factory_->CancelChannelCreation(name);
H A Dsecure_channel_factory.cc24 // CancelChannelCreation() is expected to be called before destruction.
38 void SecureChannelFactory::CancelChannelCreation( function in class:remoting::protocol::SecureChannelFactory
42 channel_factory_->CancelChannelCreation(name);
H A Dchannel_multiplexer.h29 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
H A Dfake_datagram_socket.h107 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
H A Dfake_datagram_socket.cc164 void FakeDatagramChannelFactory::CancelChannelCreation( function in class:remoting::protocol::FakeDatagramChannelFactory
H A Dfake_stream_socket.h137 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
H A Djingle_session.h62 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
H A Dchannel_multiplexer.cc370 base_channel_factory_->CancelChannelCreation(base_channel_name_);
396 void ChannelMultiplexer::CancelChannelCreation(const std::string& name) { function in class:remoting::protocol::ChannelMultiplexer
431 // |pending_channels_| list (e.g. call CancelChannelCreation()).
H A Djingle_session_unittest.cc518 client_session_->GetTransportChannelFactory()->CancelChannelCreation(
532 client_session_->GetTransportChannelFactory()->CancelChannelCreation(
H A Dfake_stream_socket.cc272 void FakeStreamChannelFactory::CancelChannelCreation(const std::string& name) { function in class:remoting::protocol::FakeStreamChannelFactory
H A Dchannel_multiplexer_unittest.cc68 host_mux_->CancelChannelCreation(kTestChannelName2);
H A Djingle_session.cc271 void JingleSession::CancelChannelCreation(const std::string& name) { function in class:remoting::protocol::JingleSession

Completed in 526 milliseconds