Searched refs:content_name_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h126 std::string content_name_; member in class:cricket::PseudoTcpChannel
H A Dpseudotcpchannel.cc131 content_name_ = content_name;
477 session_->DestroyChannel(content_name_, channel_->name());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc100 content_name_(content_name),
130 session_->DestroyChannel(content_name_, transport_channel_->name());
197 session_->DestroyChannel(content_name_, rtcp_transport_channel_->name());
277 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " "
304 LOG(LS_ERROR) << "Failed to protect " << content_name_
313 LOG(LS_ERROR) << "Failed to protect " << content_name_
332 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " "
346 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
355 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
H A Dchannel.h91 const std::string& content_name() { return content_name_; }
240 std::string content_name_; member in class:cricket::BaseChannel
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.h82 : content_name_(content_name),
88 std::string content_name() const { return content_name_; }
117 std::string content_name_; member in class:cricket::TransportProxy

Completed in 63 milliseconds