Home | History | Annotate | Download | only in base

Lines Matching refs:CreateChannel

78 TransportChannel* TransportProxy::CreateChannel(
143 impl = transport_->CreateChannel(name, content_type);
516 TransportChannel* Session::CreateChannel(const std::string& content_name,
522 return transproxy->CreateChannel(channel_name, content_type_);