Searched refs:UnboundMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dobserver_list_threadsafe.h143 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple());
149 UnboundMethod<ObserverType, Method, Tuple1<A> > method(m, MakeTuple(a));
167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) { argument
186 const UnboundMethod<ObserverType, Method, Params>& method) {
185 NotifyWrapper(ObserverList<ObserverType>* list, const UnboundMethod<ObserverType, Method, Params>& method) argument
H A Dcallback_old.h203 // An UnboundMethod is a wrapper for a method where the actual object is
206 class UnboundMethod { class
208 UnboundMethod(Method m, const Params& p) : m_(m), p_(p) { function in class:UnboundMethod

Completed in 147 milliseconds