Home | History | Annotate | Download | only in base

Lines Matching refs:functor

50 // invocation and execution of the functor. AsyncInvoker is designed to
91 // Call |functor| asynchronously on |thread|, with no callback upon
95 const FunctorT& functor,
98 new RefCountedObject<FireAndForgetAsyncClosure<FunctorT> >(functor);
102 // Call |functor| asynchronously on |thread|, calling |callback| when done.
105 const FunctorT& functor,
111 this, Thread::Current(), functor, callback, callback_host);
115 // Call |functor| asynchronously on |thread|, calling |callback| when done.
119 const FunctorT& functor,
125 this, Thread::Current(), functor, callback, callback_host);