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

  /external/chromium_org/third_party/webrtc/base/
asyncinvoker.h 47 // invoker_.AsyncInvoke<int>(
53 // invoker_.AsyncInvoke<void>(
77 void AsyncInvoke(Thread* thread,
87 void AsyncInvoke(Thread* thread,
101 void AsyncInvoke(Thread* thread,
thread_unittest.cc 332 invoker.AsyncInvoke<void>(
359 invoker->AsyncInvoke(thread, FunctorC(),
387 invoker.AsyncInvoke<void>(&thread, FunctorB(&called));
398 invoker.AsyncInvoke(&thread, FunctorA(),
411 invoker.AsyncInvoke(&thread, FunctorC(),
459 invoker.AsyncInvoke<void>(Thread::Current(),
461 invoker.AsyncInvoke<void>(Thread::Current(),
477 invoker.AsyncInvoke<void>(Thread::Current(),
480 invoker.AsyncInvoke<void>(Thread::Current(),
asyncinvoker.cc 78 invoker_->AsyncInvoke<void>(calling_thread_, callback_);

Completed in 67 milliseconds