Searched defs:OnMessageReceived (Results 251 - 275 of 419) sorted by relevance

<<11121314151617

/external/chromium_org/content/browser/
H A Dquota_dispatcher_host.cc223 bool QuotaDispatcherHost::OnMessageReceived(const IPC::Message& message) { function in class:content::QuotaDispatcherHost
H A Dutility_process_host_impl.cc270 bool UtilityProcessHostImpl::OnMessageReceived(const IPC::Message& message) { function in class:content::UtilityProcessHostImpl
277 base::IgnoreResult(&UtilityProcessHostClient::OnMessageReceived),
/external/chromium_org/content/browser/renderer_host/
H A Dclipboard_message_filter.cc80 bool ClipboardMessageFilter::OnMessageReceived(const IPC::Message& message) { function in class:content::ClipboardMessageFilter
H A Ddatabase_message_filter.cc89 bool DatabaseMessageFilter::OnMessageReceived(const IPC::Message& message) { function in class:content::DatabaseMessageFilter
H A Dgpu_message_filter.cc70 bool GpuMessageFilter::OnMessageReceived(const IPC::Message& message) { function in class:content::GpuMessageFilter
H A Dsocket_stream_dispatcher_host.cc44 bool SocketStreamDispatcherHost::OnMessageReceived( function in class:content::SocketStreamDispatcherHost
221 // Message handlers called by OnMessageReceived.
H A Dwebsocket_dispatcher_host.cc51 bool WebSocketDispatcherHost::OnMessageReceived(const IPC::Message& message) { function in class:content::WebSocketDispatcherHost
84 return host->OnMessageReceived(message);
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_host.cc200 bool VideoCaptureHost::OnMessageReceived(const IPC::Message& message) { function in class:content::VideoCaptureHost
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc160 bool BrowserPpapiHostImpl::HostMessageFilter::OnMessageReceived( function in class:content::BrowserPpapiHostImpl::HostMessageFilter
172 IPC_MESSAGE_UNHANDLED(handled = ppapi_host_->OnMessageReceived(msg))
H A Dpepper_renderer_connection.cc135 bool PepperRendererConnection::OnMessageReceived(const IPC::Message& msg) { function in class:content::PepperRendererConnection
136 if (in_process_host_->GetPpapiHost()->OnMessageReceived(msg))
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.cc310 bool EmbeddedWorkerInstance::OnMessageReceived(const IPC::Message& message) { function in class:content::EmbeddedWorkerInstance
313 if (listener->OnMessageReceived(message))
H A Dembedded_worker_registry.cc51 bool EmbeddedWorkerRegistry::OnMessageReceived(const IPC::Message& message) { function in class:content::EmbeddedWorkerRegistry
59 return found->second->OnMessageReceived(message);
H A Dembedded_worker_test_helper.cc49 OnMessageReceived(*message);
54 bool EmbeddedWorkerTestHelper::OnMessageReceived(const IPC::Message& message) { function in class:content::EmbeddedWorkerTestHelper
68 sink_.OnMessageReceived(message);
121 inner_sink_.OnMessageReceived(message);
195 registry()->OnMessageReceived(*message);
H A Dservice_worker_cache_listener.cc61 bool ServiceWorkerCacheListener::OnMessageReceived( function in class:content::ServiceWorkerCacheListener
H A Dservice_worker_register_job.cc515 bool ServiceWorkerRegisterJob::OnMessageReceived(const IPC::Message& message) { function in class:content::ServiceWorkerRegisterJob
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_dispatcher_host.cc45 bool SpeechRecognitionDispatcherHost::OnMessageReceived( function in class:content::SpeechRecognitionDispatcherHost
/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.cc61 bool WebUIImpl::OnMessageReceived(const IPC::Message& message) { function in class:content::WebUIImpl
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc216 bool NPChannelBase::OnMessageReceived(const IPC::Message& message) { function in class:content::NPChannelBase
H A Dnpobject_proxy.cc116 bool NPObjectProxy::OnMessageReceived(const IPC::Message& msg) { function in class:content::NPObjectProxy
H A Dnpobject_stub.cc76 bool NPObjectStub::OnMessageReceived(const IPC::Message& msg) { function in class:content::NPObjectStub
/external/chromium_org/content/child/
H A Dthreaded_data_provider.cc35 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE FINAL;
82 bool DataProviderMessageFilter::OnMessageReceived( function in class:content::__anon7516::DataProviderMessageFilter
H A Dwebmessageportchannel_impl.cc220 bool WebMessagePortChannelImpl::OnMessageReceived(const IPC::Message& message) { function in class:content::WebMessagePortChannelImpl
H A Dwebsocket_bridge.cc64 bool WebSocketBridge::OnMessageReceived(const IPC::Message& msg) { function in class:content::WebSocketBridge
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc229 bool ChildProcessHostImpl::OnMessageReceived(const IPC::Message& msg) { function in class:content::ChildProcessHostImpl
243 if (filters_[i]->OnMessageReceived(msg)) {
262 handled = delegate_->OnMessageReceived(msg);
H A Dfont_cache_dispatcher_win.cc148 bool FontCacheDispatcher::OnMessageReceived(const IPC::Message& message) { function in class:content::FontCacheDispatcher

Completed in 1765 milliseconds

<<11121314151617