HomeSort by relevance Sort by last modified time
    Searched refs:IsWeakMethod (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/
bind_helpers.h 479 // IsWeakMethod is a helper that determine if we are binding a WeakPtr<> to a
486 struct IsWeakMethod : public false_type {};
489 struct IsWeakMethod<true, WeakPtr<T> > : public true_type {};
492 struct IsWeakMethod<true, ConstRefWrapper<WeakPtr<T> > > : public true_type {};
bind_internal.h     [all...]

Completed in 169 milliseconds