Searched refs:OnChannelError (Results 1 - 25 of 123) sorted by relevance

12345

/external/chromium_org/ipc/
H A Dipc_listener.h29 virtual void OnChannelError() {} function in class:IPC::Listener
H A Dmessage_filter.cc20 void MessageFilter::OnChannelError() {} function in class:IPC::MessageFilter
H A Dipc_test_channel_listener.h26 virtual void OnChannelError() OVERRIDE;
H A Dmessage_filter.h41 virtual void OnChannelError();
H A Dipc_sync_message_filter.h38 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dbroker_dispatcher.cc72 void BrokerHostDispatcher::OnChannelError() { function in class:ppapi::proxy::BrokerHostDispatcher
73 DVLOG(1) << "BrokerHostDispatcher::OnChannelError()";
74 BrokerDispatcher::OnChannelError(); // Stop using the channel.
86 void BrokerSideDispatcher::OnChannelError() { function in class:ppapi::proxy::BrokerSideDispatcher
87 DVLOG(1) << "BrokerSideDispatcher::OnChannelError()";
88 BrokerDispatcher::OnChannelError();
H A Dbroker_dispatcher.h50 virtual void OnChannelError() OVERRIDE;
59 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_metro_viewer_process_host.h29 virtual void OnChannelError() OVERRIDE;
H A Dtest_metro_viewer_process_host.cc41 void TestMetroViewerProcessHost::OnChannelError() { function in class:ash::test::TestMetroViewerProcessHost
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.h21 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.h41 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/renderer/npapi/
H A Dplugin_channel_host.cc39 // Breakpad key for the OnChannelError() backtrace.
148 void PluginChannelHost::OnChannelError() { function in class:content::PluginChannelHost
159 NPChannelBase::OnChannelError();
163 iter->second->OnChannelError();
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.h35 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/components/nacl/loader/
H A Dnacl_trusted_listener.cc38 void NaClTrustedListener::OnChannelError() { function in class:NaClTrustedListener
H A Dnacl_trusted_listener.h28 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/components/nacl/renderer/
H A Dtrusted_plugin_channel.cc49 void TrustedPluginChannel::OnChannelError() { function in class:nacl::TrustedPluginChannel
H A Dtrusted_plugin_channel.h38 virtual void OnChannelError() OVERRIDE;
H A Dmanifest_service_channel.h60 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/renderer/gpu/
H A Dstream_texture_host_android.h42 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/ppapi/nacl_irt/
H A Dmanifest_service.cc46 virtual void OnChannelError() OVERRIDE {
47 SyncMessageFilter::OnChannelError();
51 // Similar to OnChannelError, unblocks the Send() on the channel closing.
/external/chromium_org/remoting/host/
H A Ddesktop_process.cc51 OnChannelError();
79 void DesktopProcess::OnChannelError() { function in class:remoting::DesktopProcess
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac.h44 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.h53 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/cloud_print/service/win/
H A Dsetup_listener.h42 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.h34 virtual void OnChannelError() OVERRIDE;

Completed in 1650 milliseconds

12345