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.cc50 GetDispatcher()->AddScriptClient(provider_id_, client);
60 GetDispatcher()->FindServiceWorkerRegistration(
63 registration = GetDispatcher()->CreateServiceWorkerRegistration(
67 GetDispatcher()->GetServiceWorker(attrs.installing, false));
69 GetDispatcher()->GetServiceWorker(attrs.waiting, false));
71 GetDispatcher()->GetServiceWorker(attrs.active, false));
77 client->setController(GetDispatcher()->GetServiceWorker(
86 GetDispatcher()->RegisterServiceWorker(
93 GetDispatcher()->UnregisterServiceWorker(
100 GetDispatcher()
112 ServiceWorkerDispatcher* WebServiceWorkerProviderImpl::GetDispatcher() { function in class:content::WebServiceWorkerProviderImpl
[all...]
/external/chromium_org/mojo/system/
H A Dhandle_table.cc34 Dispatcher* HandleTable::GetDispatcher(MojoHandle handle) { function in class:mojo::system::HandleTable
H A Dcore.cc33 // are for a "primary" handle (the first argument). |Core::GetDispatcher()| is
91 scoped_refptr<Dispatcher> Core::GetDispatcher(MojoHandle handle) { function in class:mojo::system::Core
96 return handle_table_.GetDispatcher(handle);
233 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(message_pipe_handle));
302 scoped_refptr<Dispatcher> dispatcher(GetDispatcher(message_pipe_handle));
395 GetDispatcher(data_pipe_producer_handle));
407 GetDispatcher(data_pipe_producer_handle));
417 GetDispatcher(data_pipe_producer_handle));
429 GetDispatcher(data_pipe_consumer_handle));
441 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.cc131 GetDispatcher()->OnMessageReceived(msg);
161 Dispatcher* PluginProxyTestHarness::GetDispatcher() { function in class:ppapi::proxy::PluginProxyTestHarness
422 Dispatcher* HostProxyTestHarness::GetDispatcher() { function in class:ppapi::proxy::HostProxyTestHarness
/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.cc413 Dispatcher* dispatch = GetDispatcher(ipc->ipc_tag);
426 Dispatcher* dispatch = GetDispatcher(service);
631 Dispatcher* PolicyBase::GetDispatcher(int ipc_tag) { function in class:sandbox::PolicyBase

Completed in 245 milliseconds