Home
last modified time | relevance | path

Searched refs:HostT (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dasyncinvoker-inl.h78 template <class ReturnT, class FunctorT, class HostT>
84 void (HostT::*callback)(ReturnT), in NotifyingAsyncClosure()
85 HostT* callback_host) in NotifyingAsyncClosure()
100 void (HostT::*callback_)(ReturnT); variable
101 HostT* callback_host_;
105 template <class FunctorT, class HostT>
106 class NotifyingAsyncClosure<void, FunctorT, HostT>
112 void (HostT::*callback)(), in NotifyingAsyncClosure()
113 HostT* callback_host) in NotifyingAsyncClosure()
Dasyncinvoker.h86 template <class ReturnT, class FunctorT, class HostT>
89 void (HostT::*callback)(ReturnT),
90 HostT* callback_host,
93 new RefCountedObject<NotifyingAsyncClosure<ReturnT, FunctorT, HostT> >(
100 template <class ReturnT, class FunctorT, class HostT>
103 void (HostT::*callback)(),
104 HostT* callback_host,
107 new RefCountedObject<NotifyingAsyncClosure<void, FunctorT, HostT> >(