Searched refs:OnChannelDestroyed (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ui/ozone/platform/dri/
H A Dchannel_observer.h16 virtual void OnChannelDestroyed() = 0;
H A Dgpu_platform_support_host_gbm.cc70 void GpuPlatformSupportHostGbm::OnChannelDestroyed(int host_id) { function in class:ui::GpuPlatformSupportHostGbm
72 "GpuPlatformSupportHostGbm::OnChannelDestroyed",
80 ChannelObserver, channel_observers_, OnChannelDestroyed());
84 handlers_[i]->OnChannelDestroyed(host_id);
H A Ddri_window_delegate_proxy.h34 virtual void OnChannelDestroyed() OVERRIDE;
H A Ddri_window_delegate_proxy.cc69 void DriWindowDelegateProxy::OnChannelDestroyed() { function in class:ui::DriWindowDelegateProxy
71 "dri", "DriWindowDelegateProxy::OnChannelDestroyed", "widget", widget_);
H A Dgpu_platform_support_host_gbm.h43 virtual void OnChannelDestroyed(int host_id) OVERRIDE;
/external/chromium_org/ui/ozone/public/
H A Dgpu_platform_support_host.cc21 virtual void OnChannelDestroyed(int host_id) OVERRIDE {}
H A Dgpu_platform_support_host.h32 virtual void OnChannelDestroyed(int host_id) = 0;
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter.h61 void OnChannelDestroyed(cricket::TransportChannel* channel);
H A Dchannel_socket_adapter.cc30 this, &TransportChannelSocketAdapter::OnChannelDestroyed);
193 void TransportChannelSocketAdapter::OnChannelDestroyed( function in class:jingle_glue::TransportChannelSocketAdapter
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_proxy.h62 virtual void OnChannelDestroyed(int host_id) OVERRIDE;
H A Dnative_display_delegate_proxy.cc133 void NativeDisplayDelegateProxy::OnChannelDestroyed(int host_id) { function in class:ui::NativeDisplayDelegateProxy
/external/chromium_org/remoting/protocol/
H A Dlibjingle_transport_factory.cc70 void OnChannelDestroyed();
193 &LibjingleTransport::OnChannelDestroyed, base::Unretained(this)));
292 void LibjingleTransport::OnChannelDestroyed() { function in class:remoting::protocol::__anon10508::LibjingleTransport
/external/chromium_org/content/browser/
H A Dplugin_process_host.h137 void OnChannelDestroyed(int renderer_id);
H A Dplugin_process_host.cc288 OnChannelDestroyed)
424 void PluginProcessHost::OnChannelDestroyed(int renderer_id) { function in class:content::PluginProcessHost
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h109 void OnChannelDestroyed(TransportChannel* channel);
H A Dpseudotcpchannel.cc140 &PseudoTcpChannel::OnChannelDestroyed);
170 void PseudoTcpChannel::OnChannelDestroyed(TransportChannel* channel) { function in class:cricket::PseudoTcpChannel
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc128 ->OnChannelDestroyed(host_id);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.cc128 void OnChannelDestroyed(Channel* channel);
828 &TurnServer::Allocation::OnChannelDestroyed);
979 void TurnServer::Allocation::OnChannelDestroyed(Channel* channel) { function in class:cricket::TurnServer::Allocation
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc227 // When destroyed, calls ChannelDestructionWatcher::OnChannelDestroyed.
240 base::Bind(&ChannelDestructionWatcher::OnChannelDestroyed,
253 void OnChannelDestroyed() { function in class:prerender::__anon4458::ChannelDestructionWatcher

Completed in 335 milliseconds