Searched refs:UnboundMethod (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/ |
D | observer_list_threadsafe.h | 143 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple()); in Notify() 149 UnboundMethod<ObserverType, Method, Tuple1<A> > method(m, MakeTuple(a)); in Notify() 167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) { 186 const UnboundMethod<ObserverType, Method, Params>& method) {
|
D | callback_old.h | 206 class UnboundMethod { 208 UnboundMethod(Method m, const Params& p) : m_(m), p_(p) { in UnboundMethod() function
|