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

/external/chromium_org/third_party/webrtc/base/
H A Dasyncinvoker.h90 HostT* callback_host,
94 this, Thread::Current(), functor, callback, callback_host);
104 HostT* callback_host,
108 this, Thread::Current(), functor, callback, callback_host);
87 AsyncInvoke(Thread* thread, const FunctorT& functor, void (HostT::*callback)(ReturnT), HostT* callback_host, uint32 id = 0) argument
101 AsyncInvoke(Thread* thread, const FunctorT& functor, void (HostT::*callback)(), HostT* callback_host, uint32 id = 0) argument
H A Dasyncinvoker-inl.h85 HostT* callback_host)
89 callback_host_(callback_host) {}
113 HostT* callback_host)
116 SetCallback(Callback0<void>(Bind(callback, callback_host)));
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 1244 milliseconds