Searched defs:MakeRunnable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dbind_internal.h66 // 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) { function in namespace:base::internal
810 MakeRunnable(const IgnoreResultHelper<T>& t) { function in namespace:base::internal
811 return MakeRunnable(t.functor_);
816 MakeRunnable(const Callback<T>& t) { function in namespace:base::internal

Completed in 90 milliseconds