Searched refs:OnMessageReceived (Results 1 - 25 of 921) sorted by last modified time

1234567891011>>

/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.cc96 bool ReplayProcess::OnMessageReceived(const IPC::Message& msg) { function in class:ipc_fuzzer::ReplayProcess
H A Dreplay_process.h40 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.cc144 bool RemoteWindowTreeHostWin::OnMessageReceived(const IPC::Message& message) { function in class:aura::RemoteWindowTreeHostWin
H A Dremote_window_tree_host_win.h66 bool OnMessageReceived(const IPC::Message& message);
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Ddisplay_message_handler.cc43 bool DisplayMessageHandler::OnMessageReceived(const IPC::Message& message) { function in class:ui::DisplayMessageHandler
H A Ddisplay_message_handler.h31 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
H A Dnative_display_delegate_proxy.cc136 bool NativeDisplayDelegateProxy::OnMessageReceived( function in class:ui::NativeDisplayDelegateProxy
H A Dnative_display_delegate_proxy.h65 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/ui/ozone/platform/dri/
H A Dgpu_platform_support_gbm.cc38 bool GpuPlatformSupportGbm::OnMessageReceived(const IPC::Message& message) { function in class:ui::GpuPlatformSupportGbm
54 if (handlers_[i]->OnMessageReceived(message))
H A Dgpu_platform_support_gbm.h41 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
H A Dgpu_platform_support_host_gbm.cc87 bool GpuPlatformSupportHostGbm::OnMessageReceived(const IPC::Message& message) { function in class:ui::GpuPlatformSupportHostGbm
89 if (handlers_[i]->OnMessageReceived(message))
H A Dgpu_platform_support_host_gbm.h46 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/ui/ozone/public/
H A Dgpu_platform_support.cc19 virtual bool OnMessageReceived(const IPC::Message&) OVERRIDE { return false; }
H A Dgpu_platform_support_host.cc22 virtual bool OnMessageReceived(const IPC::Message&) OVERRIDE { return false; }
H A Dui_thread_gpu.cc24 listener_->OnMessageReceived(*msg);
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc149 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE {
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc135 bool MetroViewerProcessHost::OnMessageReceived( function in class:win8::MetroViewerProcessHost
156 aura::RemoteWindowTreeHostWin::Instance()->OnMessageReceived(message);
H A Dmetro_viewer_process_host.h125 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc53 bool PpapiHost::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::host::PpapiHost
H A Dppapi_host.h57 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.cc141 bool PpapiDispatcher::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::PpapiDispatcher
223 dispatcher->second->OnMessageReceived(msg);
H A Dppapi_dispatcher.h78 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dbroker_dispatcher.cc31 bool BrokerDispatcher::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::BrokerDispatcher
H A Dbroker_dispatcher.h28 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
H A Ddispatcher.cc58 bool Dispatcher::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::Dispatcher
70 return proxy->OnMessageReceived(msg);

Completed in 400 milliseconds

1234567891011>>