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

1 23 4 5 6

  /external/chromium_org/content/browser/
ppapi_plugin_process_host.h 140 virtual void OnChannelError() OVERRIDE;
browser_child_process_host_impl.cc 254 void BrowserChildProcessHostImpl::OnChannelError() {
255 delegate_->OnChannelError();
  /external/chromium_org/content/child/
child_thread.h 147 virtual void OnChannelError() OVERRIDE;
183 // The OnChannelError() callback was invoked - the channel is dead, don't
  /external/chromium_org/content/child/npapi/
npobject_proxy.h 109 virtual void OnChannelError() OVERRIDE;
  /external/chromium_org/content/plugin/
plugin_thread.cc 53 virtual void OnChannelError() OVERRIDE {
  /external/chromium_org/content/renderer/pepper/
pepper_hung_plugin_filter.cc 67 void PepperHungPluginFilter::OnChannelError() {
  /external/chromium_org/content/worker/
websharedworker_stub.cc 77 void WebSharedWorkerStub::OnChannelError() {
  /external/chromium_org/ipc/
ipc_sync_channel.h 175 virtual void OnChannelError() OVERRIDE;
ipc_sync_message_filter.cc 75 void SyncMessageFilter::OnChannelError() {
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 144 virtual void OnChannelError();
host_dispatcher.cc 210 void HostDispatcher::OnChannelError() {
211 Dispatcher::OnChannelError(); // Stop using the channel.
plugin_dispatcher.cc 241 void PluginDispatcher::OnChannelError() {
242 Dispatcher::OnChannelError();
  /external/chromium_org/remoting/host/
desktop_session_agent.h 75 virtual void OnChannelError() OVERRIDE;
desktop_process_unittest.cc 50 MOCK_METHOD0(OnChannelError, void());
64 MOCK_METHOD0(OnChannelError, void());
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 106 virtual void OnChannelError() {
246 virtual void OnChannelError() {
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 116 virtual void OnChannelError() OVERRIDE {
260 virtual void OnChannelError() OVERRIDE {
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 38 void GpuVideoDecodeAcceleratorHost::OnChannelError() {
39 DLOG(ERROR) << "GpuVideoDecodeAcceleratorHost::OnChannelError()";
145 OnChannelError();
159 // After OnChannelError is called, the client should no longer send
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 373 void UnprivilegedProcessDelegate::OnChannelError() {
376 event_handler_->OnChannelError();
worker_process_launcher_unittest.cc 112 virtual void OnChannelError() OVERRIDE;
226 void WorkerProcessLauncherTest::OnChannelError() {
227 event_handler_->OnChannelError();
wts_session_process_delegate.cc 76 virtual void OnChannelError() OVERRIDE;
339 void WtsSessionProcessDelegate::Core::OnChannelError() {
342 event_handler_->OnChannelError();
  /external/chromium_org/chrome_frame/
chrome_frame_automation.cc 85 virtual void OnChannelError() {
91 tab->OnChannelError();
160 void ChromeFrameAutomationProxyImpl::OnChannelError() {
163 proxy_entry_->OnChannelError();
410 void AutomationProxyCacheEntry::OnChannelError() {
    [all...]
  /external/chromium/chrome/browser/
plugin_data_remover.cc 152 void PluginDataRemover::OnChannelError() {
  /external/chromium_org/apps/app_shim/
app_shim_host_mac_unittest.cc 78 implicit_cast<IPC::Listener*>(host_.release())->OnChannelError();
  /external/chromium_org/chrome_frame/test/
automation_client_mock.h 38 MOCK_METHOD0(OnChannelError, void(void));
  /external/chromium_org/cloud_print/service/win/
setup_listener.cc 84 void SetupListener::OnChannelError() {

Completed in 580 milliseconds

1 23 4 5 6