Lines Matching refs:Dispatcher
39 class Dispatcher; variable
42 using DispatcherVector = std::vector<scoped_refptr<Dispatcher>>;
46 class MOJO_SYSTEM_IMPL_EXPORT Dispatcher
47 : public base::RefCountedThreadSafe<Dispatcher> {
54 scoped_refptr<Dispatcher> dispatcher;
78 virtual MojoResult WatchDispatcher(scoped_refptr<Dispatcher> dispatcher,
101 scoped_refptr<Dispatcher>* new_dispatcher);
207 static scoped_refptr<Dispatcher> Deserialize(Type type,
216 friend class base::RefCountedThreadSafe<Dispatcher>;
218 Dispatcher();
219 virtual ~Dispatcher();
221 DISALLOW_COPY_AND_ASSIGN(Dispatcher);
226 Dispatcher::Type type) {