Searched defs:GetDispatcher (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_server_peer.cc27 QuicDispatcher* QuicServerPeer::GetDispatcher(QuicServer* server) { function in class:net::tools::test::QuicServerPeer
/external/chromium_org/content/child/service_worker/
H A Dweb_service_worker_provider_impl.cc48 GetDispatcher()->AddScriptClient(provider_id_, client);
52 GetDispatcher()->GetServiceWorker(context_->waiting()->info(), false));
57 GetDispatcher()->GetServiceWorker(context_->current()->info(), false));
65 GetDispatcher()->RegisterServiceWorker(
72 GetDispatcher()->UnregisterServiceWorker(
85 ServiceWorkerDispatcher* WebServiceWorkerProviderImpl::GetDispatcher() { function in class:content::WebServiceWorkerProviderImpl
/external/chromium_org/mojo/system/
H A Dhandle_table.cc37 Dispatcher* HandleTable::GetDispatcher(MojoHandle handle) { function in class:mojo::system::HandleTable
H A Dcore.cc31 // are for a "primary" handle (the first argument). |Core::GetDispatcher()| is
88 scoped_refptr<Dispatcher> Core::GetDispatcher(MojoHandle handle) { function in class:mojo::system::Core
93 return handle_table_.GetDispatcher(handle);
195 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(message_pipe_handle));
259 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(message_pipe_handle));
350 GetDispatcher(data_pipe_producer_handle));
362 GetDispatcher(data_pipe_producer_handle));
372 GetDispatcher(data_pipe_producer_handle));
384 GetDispatcher(data_pipe_consumer_handle));
396 GetDispatcher(data_pipe_consumer_handl
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_video_decoder_proxy.cc49 PluginDispatcher* GetDispatcher() const;
84 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Decode(
96 GetDispatcher()->Send(
103 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer(
112 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Flush(
122 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Reset(
129 GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Destroy(
134 PluginDispatcher* VideoDecoder::GetDispatcher() const { function in class:ppapi::proxy::VideoDecoder
H A Dppapi_proxy_test.cc130 GetDispatcher()->OnMessageReceived(msg);
160 Dispatcher* PluginProxyTestHarness::GetDispatcher() { function in class:ppapi::proxy::PluginProxyTestHarness
429 Dispatcher* HostProxyTestHarness::GetDispatcher() { function in class:ppapi::proxy::HostProxyTestHarness
/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.cc478 Dispatcher* dispatch = GetDispatcher(ipc->ipc_tag);
491 Dispatcher* dispatch = GetDispatcher(service);
676 Dispatcher* PolicyBase::GetDispatcher(int ipc_tag) { function in class:sandbox::PolicyBase

Completed in 298 milliseconds