Home
last modified time | relevance | path

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

/external/chromium/base/
Dobserver_list_threadsafe.h143 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) {
Dcallback_old.h206 class UnboundMethod {
208 UnboundMethod(Method m, const Params& p) : m_(m), p_(p) { in UnboundMethod() function