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

  /external/chromium_org/third_party/webrtc/base/
asyncinvoker.h 80 AsyncClosure* closure =
92 AsyncClosure* closure =
106 AsyncClosure* closure =
124 void DoInvoke(Thread* thread, AsyncClosure* closure, uint32 id);
asyncinvoker.cc 25 // Get the AsyncClosure shared ptr from this message's data.
26 ScopedRefMessageData<AsyncClosure>* data =
27 static_cast<ScopedRefMessageData<AsyncClosure>*>(msg->pdata);
28 scoped_refptr<AsyncClosure> closure = data->data();
55 void AsyncInvoker::DoInvoke(Thread* thread, AsyncClosure* closure,
63 thread->Post(this, id, new ScopedRefMessageData<AsyncClosure>(closure));
asyncinvoker-inl.h 30 class AsyncClosure : public RefCountInterface {
32 virtual ~AsyncClosure() {}
40 class FireAndForgetAsyncClosure : public AsyncClosure {
54 class NotifyingAsyncClosureBase : public AsyncClosure,

Completed in 5900 milliseconds