Searched refs:UnboundMethod (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/base/ |
D | observer_list_threadsafe.h | 62 class UnboundMethod { 64 UnboundMethod(Method m, const Params& p) : m_(m), p_(p) { in UnboundMethod() function 172 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple()); in Notify() 178 UnboundMethod<ObserverType, Method, Tuple1<A> > method(m, MakeTuple(a)); in Notify() 184 UnboundMethod<ObserverType, Method, Tuple2<A, B> > method( in Notify() 191 UnboundMethod<ObserverType, Method, Tuple3<A, B, C> > method( in Notify() 198 UnboundMethod<ObserverType, Method, Tuple4<A, B, C, D> > method( in Notify() 226 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) { 243 const UnboundMethod<ObserverType, Method, Params>& method) {
|