Searched defs:OnMessageReceived (Results 1 - 25 of 419) 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
/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
/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 Dnative_display_delegate_proxy.cc136 bool NativeDisplayDelegateProxy::OnMessageReceived( function in class:ui::NativeDisplayDelegateProxy
/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_host_gbm.cc87 bool GpuPlatformSupportHostGbm::OnMessageReceived(const IPC::Message& message) { function in class:ui::GpuPlatformSupportHostGbm
89 if (handlers_[i]->OnMessageReceived(message))
/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);
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc53 bool PpapiHost::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::host::PpapiHost
/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);
/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 Ddispatcher.cc58 bool Dispatcher::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::Dispatcher
70 return proxy->OnMessageReceived(msg);
H A Dhost_dispatcher.cc173 bool HostDispatcher::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::HostDispatcher
178 TRACE_EVENT2("ppapi proxy", "HostDispatcher::OnMessageReceived",
192 if (filters_[i]->OnMessageReceived(msg))
204 return Dispatcher::OnMessageReceived(msg);
H A Dplugin_dispatcher.cc214 bool PluginDispatcher::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PluginDispatcher
218 TRACE_EVENT2("ppapi proxy", "PluginDispatcher::OnMessageReceived",
233 return Dispatcher::OnMessageReceived(msg);
295 OnMessageReceived(msg);
H A Dplugin_message_filter.cc40 bool PluginMessageFilter::OnMessageReceived(const IPC::Message& message) { function in class:ppapi::proxy::PluginMessageFilter
H A Dppb_audio_proxy.cc167 bool PPB_Audio_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Audio_Proxy
H A Dppb_broker_proxy.cc136 bool PPB_Broker_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Broker_Proxy
H A Dppb_buffer_proxy.cc100 bool PPB_Buffer_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Buffer_Proxy
H A Dppb_core_proxy.cc105 bool PPB_Core_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Core_Proxy
H A Dppb_flash_message_loop_proxy.cc98 bool PPB_Flash_MessageLoop_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Flash_MessageLoop_Proxy
H A Dppb_graphics_3d_proxy.cc184 bool PPB_Graphics3D_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Graphics3D_Proxy
H A Dppb_image_data_proxy.cc532 bool PPB_ImageData_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_ImageData_Proxy
H A Dppb_instance_proxy.cc89 proxy->OnMessageReceived(PpapiMsg_PPPTextInput_RequestSurroundingText(
104 bool PPB_Instance_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Instance_Proxy
H A Dppb_testing_proxy.cc167 bool PPB_Testing_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Testing_Proxy
H A Dppb_var_deprecated_proxy.cc316 bool PPB_Var_Deprecated_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_Var_Deprecated_Proxy
H A Dppb_video_decoder_proxy.cc159 bool PPB_VideoDecoder_Proxy::OnMessageReceived(const IPC::Message& msg) { function in class:ppapi::proxy::PPB_VideoDecoder_Proxy

Completed in 243 milliseconds

1234567891011>>