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

  /external/chromium_org/remoting/protocol/
datagram_channel_factory.h 29 // call returns. All channels must be destroyed, and CancelChannelCreation()
37 virtual void CancelChannelCreation(const std::string& name) = 0;
stream_channel_factory.h 34 // call returns. All channels must be destroyed, and CancelChannelCreation()
42 virtual void CancelChannelCreation(const std::string& name) = 0;
pseudotcp_channel_factory.h 30 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
channel_dispatcher_base.cc 23 channel_factory_->CancelChannelCreation(channel_name_);
secure_channel_factory.h 35 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
pseudotcp_channel_factory.cc 36 // CancelChannelCreation() is expected to be called before destruction.
49 void PseudoTcpChannelFactory::CancelChannelCreation(const std::string& name) {
52 datagram_channel_factory_->CancelChannelCreation(name);
secure_channel_factory.cc 24 // CancelChannelCreation() is expected to be called before destruction.
38 void SecureChannelFactory::CancelChannelCreation(
42 channel_factory_->CancelChannelCreation(name);
channel_multiplexer.h 29 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
fake_datagram_socket.h 107 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
fake_datagram_socket.cc 164 void FakeDatagramChannelFactory::CancelChannelCreation(
fake_stream_socket.h 137 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
jingle_session.h 62 virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
channel_multiplexer.cc 370 base_channel_factory_->CancelChannelCreation(base_channel_name_);
396 void ChannelMultiplexer::CancelChannelCreation(const std::string& name) {
431 // |pending_channels_| list (e.g. call CancelChannelCreation()).
jingle_session_unittest.cc 518 client_session_->GetTransportChannelFactory()->CancelChannelCreation(
532 client_session_->GetTransportChannelFactory()->CancelChannelCreation(
fake_stream_socket.cc 272 void FakeStreamChannelFactory::CancelChannelCreation(const std::string& name) {
channel_multiplexer_unittest.cc 68 host_mux_->CancelChannelCreation(kTestChannelName2);
jingle_session.cc 271 void JingleSession::CancelChannelCreation(const std::string& name) {

Completed in 1062 milliseconds