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

/external/chromium/base/
H A Dtask.h75 // some_method_factory_.NewRunnableMethod(&MyClass::SomeMethod),
90 inline CancelableTask* NewRunnableMethod(Method method) { function in class:ScopedRunnableMethodFactory
96 inline CancelableTask* NewRunnableMethod(Method method, const A& a) { function in class:ScopedRunnableMethodFactory
102 inline CancelableTask* NewRunnableMethod(Method method, const A& a, function in class:ScopedRunnableMethodFactory
109 inline CancelableTask* NewRunnableMethod(Method method, function in class:ScopedRunnableMethodFactory
118 inline CancelableTask* NewRunnableMethod(Method method, function in class:ScopedRunnableMethodFactory
128 inline CancelableTask* NewRunnableMethod(Method method, function in class:ScopedRunnableMethodFactory
246 // Catch NewRunnableMethod being called in an object's constructor. This
292 // they are run. We implement both an object and a set of NewRunnableMethod and
310 // PostTask(FROM_HERE, NewRunnableMethod(objec
354 inline CancelableTask* NewRunnableMethod(T* object, Method method) { function
359 inline CancelableTask* NewRunnableMethod(T* object, Method method, const A& a) { function
366 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
373 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
380 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
389 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
401 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
415 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
429 inline CancelableTask* NewRunnableMethod(T* object, Method method, function
[all...]

Completed in 165 milliseconds