Searched refs:AsyncClosure (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dasyncinvoker.cc25 // 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));
H A Dasyncinvoker.h80 AsyncClosure* closure =
92 AsyncClosure* closure =
106 AsyncClosure* closure =
124 void DoInvoke(Thread* thread, AsyncClosure* closure, uint32 id);
H A Dasyncinvoker-inl.h30 class AsyncClosure : public RefCountInterface { class in namespace:rtc
32 virtual ~AsyncClosure() {}
40 class FireAndForgetAsyncClosure : public AsyncClosure {
54 class NotifyingAsyncClosureBase : public AsyncClosure,

Completed in 83 milliseconds