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

123456

/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.h16 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/ipc/
H A Dipc_listener.h29 virtual void OnChannelError() {} function in class:IPC::Listener
H A Dipc_sync_message_filter.h38 virtual void OnChannelError() OVERRIDE;
H A Dipc_channel_proxy.cc31 void ChannelProxy::MessageFilter::OnChannelError() {} function in class:IPC::ChannelProxy::MessageFilter
128 void ChannelProxy::Context::OnChannelError() { function in class:IPC::ChannelProxy::Context
130 filters_[i]->OnChannelError();
146 OnChannelError();
187 OnChannelError();
285 listener_->OnChannelError();
/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.h25 virtual void OnChannelError() OVERRIDE;
H A Dtest_metro_viewer_process_host.cc24 void TestMetroViewerProcessHost::OnChannelError() { function in class:ash::test::TestMetroViewerProcessHost
/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();
H A Dplugin_channel_host.h42 virtual void OnChannelError() OVERRIDE;
62 // inform about OnChannelError
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.h35 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/renderer/gpu/
H A Dstream_texture_host_android.h48 virtual void OnChannelError() OVERRIDE;
H A Dstream_texture_host_android.cc60 void StreamTextureHost::OnChannelError() { function in class:content::StreamTextureHost
/external/chromium_org/content/worker/
H A Dworker_thread.h41 virtual void OnChannelError() OVERRIDE;
H A Dworker_thread.cc104 void WorkerThread::OnChannelError() { function in class:content::WorkerThread
109 (*it)->OnChannelError();
H A Dwebsharedworker_stub.h32 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/remoting/host/
H A Ddesktop_process.cc51 OnChannelError();
79 void DesktopProcess::OnChannelError() { function in class:remoting::DesktopProcess
/external/chromium/chrome/browser/
H A Dplugin_data_remover.h56 virtual void OnChannelError();
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.h43 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.h52 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/
H A Dchild_process_host_impl.h72 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.h34 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/plugin/
H A Dplugin_channel.h38 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_hung_plugin_filter.h48 virtual void OnChannelError() OVERRIDE;

Completed in 7747 milliseconds

123456