Home
last modified time | relevance | path

Searched defs:BindStateBase (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcallback_internal.cc14 bool ReturnFalse(const BindStateBase*) { in ReturnFalse()
24 BindStateBase::BindStateBase(InvokeFuncStorage polymorphic_invoke, in BindStateBase() function in base::internal::BindStateBase
25 void (*destructor)(const BindStateBase*)) in BindStateBase()
29 BindStateBase::BindStateBase(InvokeFuncStorage polymorphic_invoke, in BindStateBase() function in base::internal::BindStateBase
30 void (*destructor)(const BindStateBase*), in BindStateBase()
31 bool (*is_cancelled)(const BindStateBase*)) in BindStateBase()
Dcallback_internal.h25 class BindStateBase; variable