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

/external/chromium_org/third_party/webrtc/base/
H A Dasyncinvoker.cc67 Thread* calling_thread)
68 : invoker_(invoker), calling_thread_(calling_thread) {
69 calling_thread->SignalQueueDestroyed.connect(
66 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread) argument
H A Dasyncinvoker-inl.h60 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);
82 Thread* calling_thread,
86 : NotifyingAsyncClosureBase(invoker, calling_thread),
110 Thread* calling_thread,
114 : NotifyingAsyncClosureBase(invoker, calling_thread),
81 NotifyingAsyncClosure(AsyncInvoker* invoker, Thread* calling_thread, const FunctorT& functor, void (HostT::*callback)(ReturnT), HostT* callback_host) argument
109 NotifyingAsyncClosure(AsyncInvoker* invoker, Thread* calling_thread, const FunctorT& functor, void (HostT::*callback)(), HostT* callback_host) argument

Completed in 380 milliseconds