Searched refs:Dispatcher (Results 51 - 75 of 191) sorted by relevance

12345678

/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_dispatcher.h16 class NamedPipeDispatcher : public Dispatcher {
21 // Dispatcher interface.
H A Dregistry_dispatcher.h16 class RegistryDispatcher : public Dispatcher {
21 // Dispatcher interface.
H A Dsync_dispatcher.h16 class SyncDispatcher : public Dispatcher {
21 // Dispatcher interface.
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DCustomDispatcherTest.java40 final Dispatcher dispatcher = new Dispatcher() {
63 final Dispatcher dispatcher = new Dispatcher() {
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
H A DCustomDispatcherTest.java39 final Dispatcher dispatcher = new Dispatcher() {
62 final Dispatcher dispatcher = new Dispatcher() {
/external/chromium_org/mojo/system/
H A Ddata_pipe_consumer_dispatcher.h18 // This is the |Dispatcher| implementation for the consumer handle for data
21 class MOJO_SYSTEM_IMPL_EXPORT DataPipeConsumerDispatcher : public Dispatcher {
28 // |Dispatcher| public methods:
34 // |Dispatcher| protected methods:
37 virtual scoped_refptr<Dispatcher>
H A Ddata_pipe_producer_dispatcher.h18 // This is the |Dispatcher| implementation for the producer handle for data
21 class MOJO_SYSTEM_IMPL_EXPORT DataPipeProducerDispatcher : public Dispatcher {
28 // |Dispatcher| public methods:
34 // |Dispatcher| protected methods:
37 virtual scoped_refptr<Dispatcher>
H A Dhandle_table.cc18 HandleTable::Entry::Entry(const scoped_refptr<Dispatcher>& dispatcher)
34 Dispatcher* HandleTable::GetDispatcher(MojoHandle handle) {
45 scoped_refptr<Dispatcher>* dispatcher) {
61 const scoped_refptr<Dispatcher>& dispatcher) {
68 const scoped_refptr<Dispatcher>& dispatcher0,
69 const scoped_refptr<Dispatcher>& dispatcher1) {
143 Dispatcher::HandleTableAccess::TryStartTransport(
188 const scoped_refptr<Dispatcher>& dispatcher) {
H A Dshared_buffer_dispatcher.h49 // |Dispatcher| public methods:
53 // |Dispatcher::Deserialize()|.)
74 // |Dispatcher| protected methods:
76 virtual scoped_refptr<Dispatcher>
80 scoped_refptr<Dispatcher>* new_dispatcher) OVERRIDE;
H A Dwaiter_test_utils.h68 // |SimpleWaiterThread|, it requires the machinery of |Dispatcher|.
74 WaiterThread(scoped_refptr<Dispatcher> dispatcher,
87 const scoped_refptr<Dispatcher> dispatcher_;
H A Ddispatcher_unittest.cc22 class TrivialDispatcher : public Dispatcher {
32 virtual scoped_refptr<Dispatcher>
35 return scoped_refptr<Dispatcher>(new TrivialDispatcher());
42 scoped_refptr<Dispatcher> d(new TrivialDispatcher());
44 EXPECT_EQ(Dispatcher::kTypeUnknown, d->GetType());
150 scoped_refptr<Dispatcher> dispatcher,
219 scoped_refptr<Dispatcher> unused;
262 const scoped_refptr<Dispatcher> dispatcher_;
277 scoped_refptr<Dispatcher> d(new TrivialDispatcher());
304 scoped_refptr<Dispatcher>
[all...]
H A Dshared_buffer_dispatcher_unittest.cc125 EXPECT_EQ(Dispatcher::kTypeSharedBuffer, dispatcher->GetType());
173 scoped_refptr<Dispatcher> dispatcher2;
178 EXPECT_EQ(Dispatcher::kTypeSharedBuffer, dispatcher2->GetType());
205 scoped_refptr<Dispatcher> dispatcher2;
210 EXPECT_EQ(Dispatcher::kTypeSharedBuffer, dispatcher2->GetType());
230 scoped_refptr<Dispatcher> dispatcher2;
241 scoped_refptr<Dispatcher> dispatcher2;
H A Ddata_pipe_consumer_dispatcher.cc22 Dispatcher::Type DataPipeConsumerDispatcher::GetType() const {
42 scoped_refptr<Dispatcher>
50 return scoped_refptr<Dispatcher>(rv.get());
H A Dplatform_handle_dispatcher.h26 // |Dispatcher| public methods:
30 // |Dispatcher::Deserialize()|.)
40 // |Dispatcher| protected methods:
42 virtual scoped_refptr<Dispatcher>
/external/chromium_org/ppapi/proxy/
H A Dppp_instance_private_proxy.cc23 Dispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
39 PPP_Instance_Private_Proxy::PPP_Instance_Private_Proxy(Dispatcher* dispatcher)
H A Dhost_dispatcher.cc65 : Dispatcher(local_get_interface, permissions),
93 if (!Dispatcher::InitWithChannel(delegate, peer_pid, channel_handle,
159 bool result = Dispatcher::Send(msg);
169 return Dispatcher::Send(msg);
204 return Dispatcher::OnMessageReceived(msg);
210 Dispatcher::OnChannelError(); // Stop using the channel.
279 ScopedModuleReference::ScopedModuleReference(Dispatcher* dispatcher)
H A Dppp_messaging_proxy.cc27 MessageHandler* GetMessageHandler(Dispatcher* dispatcher,
42 void ResetMessageHandler(Dispatcher* dispatcher, PP_Instance instance) {
58 PPP_Messaging_Proxy::PPP_Messaging_Proxy(Dispatcher* dispatcher)
H A Dppb_broker_proxy.h23 explicit PPB_Broker_Proxy(Dispatcher* dispatcher);
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h558 template <typename Dispatcher>
562 CallbackData(BackPointer* back_pointer, Dispatcher* dispatcher)
573 Dispatcher* dispatcher() { return dispatcher_; }
580 // to call into Dispatcher::operator() in that case, so that it can do
588 typedef CallbackData<Dispatcher> Self;
590 Dispatcher* dispatcher_; // We own this pointer.
593 CallbackData(const CallbackData<Dispatcher>&);
594 CallbackData<Dispatcher>& operator=(const CallbackData<Dispatcher>&);
849 template <typename Dispatcher>
[all...]
/external/chromium_org/extensions/renderer/
H A Dapp_window_custom_bindings.cc32 Dispatcher* dispatcher)
54 Dispatcher* dispatcher_;
57 AppWindowCustomBindings::AppWindowCustomBindings(Dispatcher* dispatcher,
H A Dapi_definitions_natives.cc14 ApiDefinitionsNatives::ApiDefinitionsNatives(Dispatcher* dispatcher,
H A Dcontent_watcher.h21 class Dispatcher;
30 // There's one ContentWatcher per Dispatcher rather than per RenderView because
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DDispatcher.java34 public final class Dispatcher { class
47 public Dispatcher(ExecutorService executorService) { method in class:Dispatcher
51 public Dispatcher() { method in class:Dispatcher
57 new LinkedBlockingQueue<Runnable>(), Util.threadFactory("OkHttp Dispatcher", false));
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_frame_helper.cc17 Dispatcher* extension_dispatcher)
H A Drenderer_permissions_policy_delegate.cc21 Dispatcher* dispatcher) : dispatcher_(dispatcher) {

Completed in 413 milliseconds

12345678