Searched defs:OnChannelError (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/ipc/
H A Dipc_listener.h29 virtual void OnChannelError() {} function in class:IPC::Listener
H A Dipc_sync_message_filter.cc75 void SyncMessageFilter::OnChannelError() { function in class:IPC::SyncMessageFilter
/external/chromium_org/chrome/test/automation/
H A Dtab_proxy.h48 virtual void OnChannelError(TabProxy* tab) {} function in class:TabProxy::TabProxyDelegate
243 void OnChannelError();
/external/chromium_org/ash/test/
H A Dtest_metro_viewer_process_host.cc24 void TestMetroViewerProcessHost::OnChannelError() { function in class:ash::test::TestMetroViewerProcessHost
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc75 void ChromeMetroViewerProcessHost::OnChannelError() { function in class:ChromeMetroViewerProcessHost
/external/chromium_org/content/renderer/gpu/
H A Dstream_texture_host_android.cc60 void StreamTextureHost::OnChannelError() { function in class:content::StreamTextureHost
/external/chromium_org/content/worker/
H A Dworker_thread.cc128 void WorkerThread::OnChannelError() { function in class:content::WorkerThread
133 (*it)->OnChannelError();
H A Dwebsharedworker_stub.cc75 void WebSharedWorkerStub::OnChannelError() { function in class:content::WebSharedWorkerStub
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc50 void ProxyChannel::OnChannelError() { function in class:ppapi::proxy::ProxyChannel
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();
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.cc101 void ReplayProcess::OnChannelError() { function in class:ipc_fuzzer::ReplayProcess
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc53 void ServiceIPCServer::OnChannelError() { function in class:ServiceIPCServer
55 // closed and we get an OnChannelError. Since we want to keep servicing
/external/chromium_org/cloud_print/service/win/
H A Dsetup_listener.cc84 void SetupListener::OnChannelError() { function in class:SetupListener
/external/chromium_org/content/renderer/pepper/
H A Dpepper_hung_plugin_filter.cc67 void PepperHungPluginFilter::OnChannelError() { function in class:content::PepperHungPluginFilter
/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.cc152 void PluginDataRemover::OnChannelError() { function in class:PluginDataRemover
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.cc57 void AppShimHost::OnChannelError() { function in class:AppShimHost
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc82 void NaClBrokerListener::OnChannelError() { function in class:NaClBrokerListener
/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/remoting/host/win/
H A Dworker_process_launcher.cc152 void WorkerProcessLauncher::OnChannelError() { function in class:remoting::WorkerProcessLauncher
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils_mac.cc106 virtual void OnChannelError() { function in class:FFDecryptorServerChannelListener
246 virtual void OnChannelError() { function in class:FFDecryptorClientChannelListener
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc215 void ServiceProcessControl::OnChannelError() { function in class:ServiceProcessControl
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc261 void BrowserChildProcessHostImpl::OnChannelError() { function in class:content::BrowserChildProcessHostImpl
262 delegate_->OnChannelError();
H A Dplugin_process_host.cc256 // OnChannelError notification indicating that the browser plugin channel has
317 void PluginProcessHost::OnChannelError() { function in class:content::PluginProcessHost
/external/chromium_org/content/child/
H A Dchild_thread.cc70 virtual void OnChannelError() OVERRIDE {
286 void ChildThread::OnChannelError() { function in class:content::ChildThread

Completed in 1978 milliseconds

123