Lines Matching refs:Dispatcher
33 class Dispatcher; variable
36 using DispatcherVector = std::vector<scoped_refptr<Dispatcher>>;
41 class MOJO_SYSTEM_IMPL_EXPORT Dispatcher
42 : public base::RefCountedThreadSafe<Dispatcher> {
49 scoped_refptr<Dispatcher> dispatcher;
97 scoped_refptr<Dispatcher>* new_dispatcher);
136 const scoped_refptr<Dispatcher>& dispatcher,
143 const scoped_refptr<Dispatcher>& dispatcher);
231 static scoped_refptr<Dispatcher> Deserialize(
241 friend class base::RefCountedThreadSafe<Dispatcher>;
243 Dispatcher();
244 virtual ~Dispatcher();
246 DISALLOW_COPY_AND_ASSIGN(Dispatcher);
251 Dispatcher::Type type) {