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

  /external/chromium/webkit/glue/
p2p_transport.h 51 virtual net::Socket* GetChannel() = 0;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.h 141 // Note: GetChannel may lead to race conditions, since the mutex is not held
143 TransportChannelImpl* GetChannel(const std::string& name);
144 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
146 return (NULL != GetChannel(name));
session.h 94 TransportChannel* GetChannel(const std::string& name);
199 virtual TransportChannel* GetChannel(const std::string& content_name,
359 virtual TransportChannel* GetChannel(const std::string& content_name,
session.cc 74 TransportChannel* TransportProxy::GetChannel(const std::string& name) {
80 ASSERT(GetChannel(name) == NULL);
97 TransportChannel* channel = GetChannel(name);
141 TransportChannelImpl* impl = transport_->GetChannel(name);
525 TransportChannel* Session::GetChannel(const std::string& content_name,
531 return transproxy->GetChannel(channel_name);
    [all...]
transport.cc 130 TransportChannelImpl* Transport::GetChannel(const std::string& name) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 159 milliseconds