Home
last modified time | relevance | path

Searched refs:SecureChannelFactory (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/protocol/
Dsecure_channel_factory.cc15 SecureChannelFactory::SecureChannelFactory( in SecureChannelFactory() function in remoting::protocol::SecureChannelFactory
23 SecureChannelFactory::~SecureChannelFactory() { in ~SecureChannelFactory()
28 void SecureChannelFactory::CreateChannel( in CreateChannel()
34 base::Bind(&SecureChannelFactory::OnBaseChannelCreated, in CreateChannel()
38 void SecureChannelFactory::CancelChannelCreation( in CancelChannelCreation()
49 void SecureChannelFactory::OnBaseChannelCreated( in OnBaseChannelCreated()
63 base::Bind(&SecureChannelFactory::OnSecureChannelCreated, in OnBaseChannelCreated()
67 void SecureChannelFactory::OnSecureChannelCreated( in OnSecureChannelCreated()
Dsecure_channel_factory.h25 class SecureChannelFactory : public StreamChannelFactory {
28 SecureChannelFactory(StreamChannelFactory* channel_factory,
30 virtual ~SecureChannelFactory();
54 DISALLOW_COPY_AND_ASSIGN(SecureChannelFactory);
Djingle_session.h33 class SecureChannelFactory; variable
175 scoped_ptr<SecureChannelFactory> secure_channel_factory_;
Djingle_session.cc616 new SecureChannelFactory(pseudotcp_channel_factory_.get(), in OnAuthenticated()