Searched refs:Dispatcher (Results 76 - 100 of 191) sorted by relevance

12345678

/external/chromium_org/ppapi/proxy/
H A Dppb_flash_message_loop_proxy.h30 explicit PPB_Flash_MessageLoop_Proxy(Dispatcher* dispatcher);
H A Dppb_testing_proxy.h25 PPB_Testing_Proxy(Dispatcher* dispatcher);
H A Dppb_x509_certificate_private_proxy.cc55 Dispatcher* dispatcher)
H A Dppp_graphics_3d_proxy.cc34 PPP_Graphics3D_Proxy::PPP_Graphics3D_Proxy(Dispatcher* dispatcher)
H A Dppp_instance_proxy.h30 explicit PPP_Instance_Proxy(Dispatcher* dispatcher);
H A Dppp_mouse_lock_proxy.cc40 PPP_MouseLock_Proxy::PPP_MouseLock_Proxy(Dispatcher* dispatcher)
H A Dppp_printing_proxy.h24 PPP_Printing_Proxy(Dispatcher* dispatcher);
H A Dppp_text_input_proxy.cc47 PPP_TextInput_Proxy::PPP_TextInput_Proxy(Dispatcher* dispatcher)
H A Dppp_video_decoder_proxy.h21 PPP_VideoDecoder_Proxy(Dispatcher* dispatcher);
H A Dppb_var_deprecated_proxy.cc70 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception);
89 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception);
108 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception);
128 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception);
151 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception);
169 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, exception);
189 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(object, exception);
213 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(object, exception);
235 Dispatcher* dispatcher = CheckExceptionAndGetDispatcher(var, NULL);
254 Dispatcher* dispatche
[all...]
H A Dhost_dispatcher.h28 class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher {
68 // The host side maintains a mapping from PP_Instance to Dispatcher so
83 // Dispatcher overrides.
117 // Overridden from Dispatcher.
161 explicit ScopedModuleReference(Dispatcher* dispatcher);
H A Dplugin_dispatcher.cc68 : Dispatcher(get_interface, permissions),
159 if (!Dispatcher::InitWithChannel(delegate, peer_pid, channel_handle,
186 return Dispatcher::Send(msg);
233 return Dispatcher::OnMessageReceived(msg);
237 Dispatcher::OnChannelError();
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_dispatcher.h16 class ThreadProcessDispatcher : public Dispatcher {
21 // Dispatcher interface.
H A Dsandbox_policy_base.h34 // cast if the first base class is Dispatcher.
35 class PolicyBase : public Dispatcher, public TargetPolicy {
74 // Dispatcher:
75 virtual Dispatcher* OnMessageReady(IPCParams* ipc,
110 Dispatcher* GetDispatcher(int ipc_tag);
148 Dispatcher* ipc_targets_[IPC_LAST_TAG];
/external/chromium_org/chrome/renderer/extensions/
H A Drenderer_permissions_policy_delegate_unittest.cc37 new Dispatcher(extension_dispatcher_delegate_.get()));
46 scoped_ptr<Dispatcher> extension_dispatcher_;
/external/chromium_org/extensions/shell/renderer/
H A Dshell_content_renderer_client.h15 class Dispatcher;
59 scoped_ptr<Dispatcher> extension_dispatcher_;
/external/chromium_org/mojo/system/
H A Dtransport_data.cc85 if (Dispatcher* dispatcher = (*dispatchers)[i].get()) {
88 Dispatcher::TransportDataAccess::StartSerialize(
136 Dispatcher* dispatcher = (*dispatchers)[i].get();
138 static_assert(Dispatcher::kTypeUnknown == 0,
139 "Value of Dispatcher::kTypeUnknown must be 0");
150 if (Dispatcher::TransportDataAccess::EndSerializeAndClose(
338 (*dispatchers)[i] = Dispatcher::TransportDataAccess::Deserialize(
H A Dcore.cc34 // used to look up a |Dispatcher| object for a given handle. That object
39 // (which have two). In such a case, there is still a |Dispatcher| (e.g.,
42 // secondary object does NOT have any references to the |Dispatcher|s (even if
47 // |Dispatcher|s for the handles that it wants to wait on with a |Waiter|
50 // The |Dispatcher| then adds the |Waiter| to a |WaiterList| that's either owned
51 // by that |Dispatcher| (see |SimpleDispatcher|) or by a secondary object (e.g.,
60 // switch it to a reader-writer lock). Each |Dispatcher| object then has a lock
65 // 2. |Dispatcher| locks
71 // - While holding a |Dispatcher| lock, you may not unconditionally attempt
72 // to take another |Dispatcher| loc
[all...]
H A Dcore.h31 class Dispatcher;
46 MojoHandle AddDispatcher(const scoped_refptr<Dispatcher>& dispatcher);
50 scoped_refptr<Dispatcher> GetDispatcher(MojoHandle handle);
H A Dmessage_pipe_dispatcher.h21 // This is the |Dispatcher| implementation for message pipes (created by the
23 class MOJO_SYSTEM_IMPL_EXPORT MessagePipeDispatcher : public Dispatcher {
45 // |Dispatcher| public methods:
57 // |Dispatcher::Deserialize()|.)
68 // |Dispatcher| lock (that it's a dumb pointer is okay since it's under lock).
75 // |Dispatcher| protected methods:
78 virtual scoped_refptr<Dispatcher>
/external/chromium_org/extensions/renderer/
H A Ddispatcher.h65 class Dispatcher : public content::RenderProcessObserver, class in namespace:extensions
68 explicit Dispatcher(DispatcherDelegate* delegate);
69 virtual ~Dispatcher();
147 Dispatcher* dispatcher,
258 // Dispatcher's own lifetime.
319 DISALLOW_COPY_AND_ASSIGN(Dispatcher);
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.h26 class Dispatcher;
37 extensions::Dispatcher* extension_dispatcher);
125 extensions::Dispatcher* extension_dispatcher_;
H A Dchrome_content_renderer_client.h39 class Dispatcher;
153 extensions::Dispatcher* extension_dispatcher);
154 extensions::Dispatcher* GetExtensionDispatcherForTest();
214 scoped_ptr<extensions::Dispatcher> extension_dispatcher_;
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttpAsync.java18 import com.squareup.okhttp.Dispatcher;
51 client.setDispatcher(new Dispatcher(new ThreadPoolExecutor(benchmark.concurrencyLevel,
/external/chromium_org/chrome/test/base/
H A Dchrome_render_view_test.cc107 new extensions::Dispatcher(extension_dispatcher_delegate_.get()));

Completed in 2271 milliseconds

12345678