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

  /external/chromium_org/remoting/protocol/
channel_dispatcher_base.cc 18 channel_factory_(NULL) {
22 if (channel_factory_)
23 channel_factory_->CancelChannelCreation(channel_name_);
32 channel_factory_ = session->GetMultiplexedChannelFactory();
36 channel_factory_ = session->GetTransportChannelFactory();
47 channel_factory_->CreateChannel(channel_name_, base::Bind(
58 channel_factory_ = NULL;