HomeSort by relevance Sort by last modified time
    Searched refs:MakeRunnable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/
bind.h 72 new BindState(internal::MakeRunnable(functor)));
118 new BindState(internal::MakeRunnable(functor), p1));
169 new BindState(internal::MakeRunnable(functor), p1, p2));
225 new BindState(internal::MakeRunnable(functor), p1, p2, p3));
286 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4));
354 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5));
427 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6));
505 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6,
bind_internal.h 66 // MakeRunnable<> -- Takes a Functor and returns an object in the Runnable
68 // There are |O(1)| MakeRunnable types.
799 // MakeRunnable<>
804 typename FunctorTraits<T>::RunnableType MakeRunnable(const T& t) {
810 MakeRunnable(const IgnoreResultHelper<T>& t) {
811 return MakeRunnable(t.functor_);
816 MakeRunnable(const Callback<T>& t) {
    [all...]

Completed in 333 milliseconds