Searched refs:NotifyingAsyncClosureBase (Results 1 – 2 of 2) sorted by relevance
103 NotifyingAsyncClosureBase::NotifyingAsyncClosureBase(AsyncInvoker* invoker, in NotifyingAsyncClosureBase() function in rtc::NotifyingAsyncClosureBase107 this, &NotifyingAsyncClosureBase::CancelCallback); in NotifyingAsyncClosureBase()109 this, &NotifyingAsyncClosureBase::CancelCallback); in NotifyingAsyncClosureBase()112 NotifyingAsyncClosureBase::~NotifyingAsyncClosureBase() { in ~NotifyingAsyncClosureBase()116 void NotifyingAsyncClosureBase::TriggerCallback() { in TriggerCallback()123 void NotifyingAsyncClosureBase::CancelCallback() { in CancelCallback()
55 class NotifyingAsyncClosureBase : public AsyncClosure,58 ~NotifyingAsyncClosureBase() override;61 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);80 class NotifyingAsyncClosure : public NotifyingAsyncClosureBase {87 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()108 : public NotifyingAsyncClosureBase {115 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()