Home | History | Annotate | Download | only in base

Lines Matching refs:functor

33 // invocation and execution of the functor. AsyncInvoker is designed to
74 // Call |functor| asynchronously on |thread|, with no callback upon
78 const FunctorT& functor,
81 new RefCountedObject<FireAndForgetAsyncClosure<FunctorT> >(functor);
85 // Call |functor| asynchronously on |thread|, calling |callback| when done.
88 const FunctorT& functor,
94 this, Thread::Current(), functor, callback, callback_host);
98 // Call |functor| asynchronously on |thread|, calling |callback| when done.
102 const FunctorT& functor,
108 this, Thread::Current(), functor, callback, callback_host);