Searched refs:OnChannelError (Results 51 - 75 of 126) sorted by relevance

123456

/external/chromium_org/content/renderer/pepper/
H A Dpepper_hung_plugin_filter.cc67 void PepperHungPluginFilter::OnChannelError() { function in class:content::PepperHungPluginFilter
/external/chromium_org/content/worker/
H A Dwebsharedworker_stub.cc77 void WebSharedWorkerStub::OnChannelError() { function in class:content::WebSharedWorkerStub
/external/chromium_org/ipc/
H A Dipc_sync_channel.h175 virtual void OnChannelError() OVERRIDE;
H A Dipc_sync_message_filter.cc75 void SyncMessageFilter::OnChannelError() { function in class:IPC::SyncMessageFilter
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.h144 virtual void OnChannelError();
H A Dhost_dispatcher.cc210 void HostDispatcher::OnChannelError() { function in class:ppapi::proxy::HostDispatcher
211 Dispatcher::OnChannelError(); // Stop using the channel.
H A Dplugin_dispatcher.cc241 void PluginDispatcher::OnChannelError() { function in class:ppapi::proxy::PluginDispatcher
242 Dispatcher::OnChannelError();
/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/utility/importer/
H A Dfirefox_importer_unittest_utils_mac.cc116 virtual void OnChannelError() OVERRIDE {
260 virtual void OnChannelError() OVERRIDE {
/external/chromium_org/chrome_frame/
H A Dchrome_frame_delegate.h50 virtual void OnChannelError() = 0;
81 virtual void OnChannelError() {} function in class:ChromeFrameDelegateImpl
H A Dchrome_frame_automation.cc85 virtual void OnChannelError() { function in class:ChromeFrameAutomationProxyImpl::TabProxyNotificationMessageFilter
91 tab->OnChannelError();
160 void ChromeFrameAutomationProxyImpl::OnChannelError() { function in class:ChromeFrameAutomationProxyImpl
163 proxy_entry_->OnChannelError();
410 void AutomationProxyCacheEntry::OnChannelError() { function in class:AutomationProxyCacheEntry
1038 void ChromeFrameAutomationClient::OnChannelError(TabProxy* tab) { function in class:ChromeFrameAutomationClient
1067 chrome_frame_delegate_->OnChannelError();
H A Dchrome_frame_automation.h72 virtual void OnChannelError();
255 void OnChannelError();
412 virtual void OnChannelError(TabProxy* tab);
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc254 void BrowserChildProcessHostImpl::OnChannelError() { function in class:content::BrowserChildProcessHostImpl
255 delegate_->OnChannelError();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc38 void GpuVideoDecodeAcceleratorHost::OnChannelError() { function in class:content::GpuVideoDecodeAcceleratorHost
39 DLOG(ERROR) << "GpuVideoDecodeAcceleratorHost::OnChannelError()";
145 OnChannelError();
159 // After OnChannelError is called, the client should no longer send
/external/chromium_org/remoting/host/
H A Ddesktop_process_unittest.cc50 MOCK_METHOD0(OnChannelError, void());
64 MOCK_METHOD0(OnChannelError, void());
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc373 void UnprivilegedProcessDelegate::OnChannelError() { function in class:remoting::UnprivilegedProcessDelegate
376 event_handler_->OnChannelError();
H A Dworker_process_launcher_unittest.cc112 virtual void OnChannelError() OVERRIDE;
226 void WorkerProcessLauncherTest::OnChannelError() { function in class:remoting::WorkerProcessLauncherTest
227 event_handler_->OnChannelError();
H A Dwts_session_process_delegate.cc76 virtual void OnChannelError() OVERRIDE;
339 void WtsSessionProcessDelegate::Core::OnChannelError() { function in class:remoting::WtsSessionProcessDelegate::Core
342 event_handler_->OnChannelError();
/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_unittest.cc78 implicit_cast<IPC::Listener*>(host_.release())->OnChannelError();
/external/chromium_org/chrome/test/automation/
H A Dautomation_proxy.h72 virtual void OnChannelError();
/external/chromium_org/chrome_frame/test/
H A Dautomation_client_mock.h38 MOCK_METHOD0(OnChannelError, void(void));
/external/chromium_org/cloud_print/service/win/
H A Dsetup_listener.cc84 void SetupListener::OnChannelError() { function in class:SetupListener
/external/chromium_org/content/child/
H A Dchild_thread.h147 virtual void OnChannelError() OVERRIDE;
183 // The OnChannelError() callback was invoked - the channel is dead, don't
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.h150 virtual void OnChannelError() OVERRIDE;

Completed in 1330 milliseconds

123456