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

  /external/chromium_org/ipc/
ipc_test_base.cc 64 void IPCTestBase::DestroyChannel() {
ipc_send_fds_test.cc 122 DestroyChannel();
254 static void DestroyChannel(scoped_ptr<IPC::Channel> *c,
265 base::Bind(&PipeChannelHelper::DestroyChannel, &in, &a));
268 base::Bind(&PipeChannelHelper::DestroyChannel, &out, &b));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 77 void DestroyChannel() {
78 transport_->DestroyChannel(1);
transport.cc 218 void Transport::DestroyChannel(int component) {
session.cc 101 void TransportProxy::DestroyChannel(int component) {
493 void BaseSession::DestroyChannel(const std::string& content_name,
497 transproxy->DestroyChannel(component);
    [all...]
  /external/chromium_org/content/test/
webrtc_audio_device_test.cc 228 base::Bind(&MAYBE_WebRTCAudioDeviceTest::DestroyChannel,
338 void MAYBE_WebRTCAudioDeviceTest::DestroyChannel() {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 141 void Transport::DestroyChannel(const std::string& name) {
session.cc 96 void TransportProxy::DestroyChannel(const std::string& name) {
534 void Session::DestroyChannel(const std::string& content_name,
538 transproxy->DestroyChannel(channel_name);
    [all...]

Completed in 2050 milliseconds