HomeSort by relevance Sort by last modified time
    Searched refs:OnChannelError (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 92 virtual void OnChannelError() OVERRIDE;
plugin_process_host.h 83 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/content/child/npapi/
npobject_stub.h 59 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/content/common/
child_process_host_impl.h 72 virtual void OnChannelError() OVERRIDE;
child_process_host_impl.cc 274 void ChildProcessHostImpl::OnChannelError() {
276 delegate_->OnChannelError();
279 filters_[i]->OnChannelError();
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.h 34 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/content/plugin/
plugin_channel.h 38 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.cc 60 void StreamTextureHost::OnChannelError() {
  /external/chromium_org/ppapi/proxy/
host_dispatcher.h 87 virtual void OnChannelError() OVERRIDE;
proxy_channel.cc 50 void ProxyChannel::OnChannelError() {
proxy_channel.h 76 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/remoting/host/win/
worker_process_launcher.h 98 void OnChannelError();
  /external/chromium_org/chrome/test/automation/
tab_proxy.h 48 virtual void OnChannelError(TabProxy* tab) {}
243 void OnChannelError();
automation_proxy.h 72 virtual void OnChannelError();
  /external/chromium_org/chrome_frame/
chrome_frame_delegate.h 50 virtual void OnChannelError() = 0;
81 virtual void OnChannelError() {}
chrome_frame_automation.h 72 virtual void OnChannelError();
255 void OnChannelError();
412 virtual void OnChannelError(TabProxy* tab);
chrome_frame_activex.h 98 virtual void OnChannelError();
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.cc 66 void ChromeMetroViewerProcessHost::OnChannelError() {
  /external/chromium_org/chrome/browser/service/
service_process_control.h 78 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.h 113 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 327 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 to be propagated to delegate from the UI thread
    [all...]
  /external/chromium/chrome/browser/service/
service_process_control.h 86 virtual void OnChannelError();
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.cc 57 void AppShimHost::OnChannelError() {
  /external/chromium_org/chrome/service/
service_ipc_server.cc 52 void ServiceIPCServer::OnChannelError() {
54 // closed and we get an OnChannelError. Since we want to keep servicing
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 82 void NaClBrokerListener::OnChannelError() {

Completed in 662 milliseconds

12 3 4 5 6