Searched refs:Dispatcher (Results 101 - 125 of 191) sorted by relevance

12345678

/external/chromium_org/mojo/system/
H A Dmessage_pipe_dispatcher.cc81 Dispatcher::Type MessagePipeDispatcher::GetType() const {
169 scoped_refptr<Dispatcher>
181 return scoped_refptr<Dispatcher>(rv.get());
280 DCHECK_EQ(message_pipe_dispatcher()->GetType(), Dispatcher::kTypeMessagePipe);
H A Dshared_buffer_dispatcher.cc84 Dispatcher::Type SharedBufferDispatcher::GetType() const {
186 scoped_refptr<Dispatcher>
192 return scoped_refptr<Dispatcher>(new SharedBufferDispatcher(shared_buffer));
197 scoped_refptr<Dispatcher>* new_dispatcher) {
H A Dwaiter_test_utils.cc26 WaiterThread::WaiterThread(scoped_refptr<Dispatcher> dispatcher,
H A Dcore_test_base.cc26 class MockDispatcher : public Dispatcher {
33 // |Dispatcher| private methods:
39 // |Dispatcher| protected methods:
157 virtual scoped_refptr<Dispatcher>
159 return scoped_refptr<Dispatcher>(new MockDispatcher(info_));
/external/chromium_org/ppapi/proxy/
H A Dppb_audio_proxy.h33 PPB_Audio_Proxy(Dispatcher* dispatcher);
H A Dppb_buffer_proxy.h51 explicit PPB_Buffer_Proxy(Dispatcher* dispatcher);
H A Dppb_video_decoder_proxy.h20 PPB_VideoDecoder_Proxy(Dispatcher* dispatcher);
H A Dppp_pdf_proxy.cc39 PPP_Pdf_Proxy::PPP_Pdf_Proxy(Dispatcher* dispatcher)
H A Dppp_messaging_proxy_unittest.cc50 void CallHandleMessage(Dispatcher* dispatcher,
88 Dispatcher* host_dispatcher = host().GetDispatcher();
H A Dppp_printing_proxy.cc24 Dispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
112 PPP_Printing_Proxy::PPP_Printing_Proxy(Dispatcher* dispatcher)
H A Dppb_core_proxy.cc88 PPB_Core_Proxy::PPB_Core_Proxy(Dispatcher* dispatcher)
H A Dppb_message_loop_proxy.h113 explicit PPB_MessageLoop_Proxy(Dispatcher* dispatcher);
H A Dppb_var_deprecated_proxy.h28 explicit PPB_Var_Deprecated_Proxy(Dispatcher* dispatcher);
H A Dppp_content_decryptor_private_proxy.h24 explicit PPP_ContentDecryptor_Private_Proxy(Dispatcher* dispatcher);
H A Dppp_find_proxy.cc53 PPP_Find_Proxy::PPP_Find_Proxy(Dispatcher* dispatcher)
H A Dppp_input_event_proxy.cc59 PPP_InputEvent_Proxy::PPP_InputEvent_Proxy(Dispatcher* dispatcher)
H A Dppp_class_proxy.cc27 ObjectProxy(Dispatcher* d, int64 p, int64 ud)
33 Dispatcher* dispatcher;
207 PPP_Class_Proxy::PPP_Class_Proxy(Dispatcher* dispatcher)
215 InterfaceProxy* PPP_Class_Proxy::Create(Dispatcher* dispatcher) {
221 Dispatcher* dispatcher,
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h16 class FilesystemDispatcher : public Dispatcher {
21 // Dispatcher interface.
H A Dtarget_process.h59 DWORD Init(Dispatcher* ipc_dispatcher, void* policy,
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DQueueDispatcher.java26 public class QueueDispatcher extends Dispatcher {
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DQueueDispatcher.java26 public class QueueDispatcher extends Dispatcher {
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
H A DSampleServer.java4 import com.squareup.okhttp.mockwebserver.Dispatcher;
20 public class SampleServer extends Dispatcher {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java58 private Dispatcher dispatcher;
76 dispatcher = new Dispatcher();
299 public OkHttpClient setDispatcher(Dispatcher dispatcher) {
305 public Dispatcher getDispatcher() {
/external/chromium_org/mojo/embedder/
H A Dembedder.cc202 scoped_refptr<system::Dispatcher> dispatcher(
224 scoped_refptr<system::Dispatcher> dispatcher(
229 if (dispatcher->GetType() != system::Dispatcher::kTypePlatformHandle)
/external/chromium_org/third_party/webrtc/base/
H A Dphysicalsocketserver.cc554 class EventDispatcher : public Dispatcher {
728 class PosixSignalDispatcher : public Dispatcher {
801 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
915 class FileDispatcher: public Dispatcher, public AsyncFile {
997 class EventDispatcher : public Dispatcher {
1045 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
1250 void PhysicalSocketServer::Add(Dispatcher *pdispatcher) {
1261 void PhysicalSocketServer::Remove(Dispatcher *pdispatcher) {
1323 Dispatcher *pdispatcher = dispatchers_[i];
1362 Dispatcher *pdispatche
[all...]

Completed in 890 milliseconds

12345678