Searched refs:OnChannelError (Results 26 - 50 of 126) sorted by relevance

123456

/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc50 void ProxyChannel::OnChannelError() { function in class:ppapi::proxy::ProxyChannel
H A Dproxy_channel.h76 virtual void OnChannelError() OVERRIDE;
H A Dhost_dispatcher.h87 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/remoting/host/
H A Ddesktop_process.h47 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.h53 virtual void OnChannelError() OVERRIDE;
H A Dworker_process_launcher.h98 void OnChannelError();
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.h61 virtual void OnChannelError() OVERRIDE = 0;
/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/ipc/
H A Dipc_channel_proxy.h82 virtual void OnChannelError();
214 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc66 void ChromeMetroViewerProcessHost::OnChannelError() { function in class:ChromeMetroViewerProcessHost
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.h113 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.h92 virtual void OnChannelError() OVERRIDE;
H A Dplugin_process_host.h83 virtual void OnChannelError() OVERRIDE;
H A Dppapi_plugin_process_host.h140 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.h59 virtual void OnChannelError() OVERRIDE;
H A Dnpobject_proxy.h109 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc274 void ChildProcessHostImpl::OnChannelError() { function in class:content::ChildProcessHostImpl
276 delegate_->OnChannelError();
279 filters_[i]->OnChannelError();
/external/chromium_org/chrome_frame/test/
H A Dautomation_client_mock.cc327 OnChannelError();
338 TEST_F(CFACMockTest, OnChannelError) {
374 EXPECT_CALL(cfd1, OnChannelError()).WillOnce(QUIT_LOOP(loop_));
375 // Wait for OnChannelError to be propagated to delegate from the UI thread.
389 EXPECT_CALL(cfd1, OnChannelError()).Times(1);
390 EXPECT_CALL(cfd2, OnChannelError()).WillOnce(QUIT_LOOP(loop_));
392 // Wait for OnChannelError to be propagated to delegate from the UI thread.
405 EXPECT_CALL(cfd2, OnChannelError()).Times(1);
406 EXPECT_CALL(cfd1, OnChannelError()).Times(2).WillOnce(Return())
409 // Wait for OnChannelError t
[all...]
/external/chromium/chrome/browser/service/
H A Dservice_process_control.h86 virtual void OnChannelError();
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.cc57 void AppShimHost::OnChannelError() { function in class:AppShimHost
/external/chromium_org/chrome/browser/service/
H A Dservice_process_control.h78 virtual void OnChannelError() OVERRIDE;
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc52 void ServiceIPCServer::OnChannelError() { function in class:ServiceIPCServer
54 // closed and we get an OnChannelError. Since we want to keep servicing
/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.h98 virtual void OnChannelError();
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc82 void NaClBrokerListener::OnChannelError() { function in class:NaClBrokerListener
/external/chromium_org/content/plugin/
H A Dplugin_thread.cc53 virtual void OnChannelError() OVERRIDE {

Completed in 634 milliseconds

123456