Home
last modified time | relevance | path

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

/external/cronet/base/functional/
Dcallback_internal.cc16 const BindStateBase*, in QueryCancellationTraitsForNonCancellables()
33 BindStateBase::BindStateBase(InvokeFuncStorage polymorphic_invoke, in BindStateBase() function in base::internal::BindStateBase
34 void (*destructor)(const BindStateBase*)) in BindStateBase()
39 BindStateBase::BindStateBase( in BindStateBase() function in base::internal::BindStateBase
41 void (*destructor)(const BindStateBase*), in BindStateBase()
42 bool (*query_cancellation_traits)(const BindStateBase*, in BindStateBase()
Dcallback_internal.h24 class BindStateBase; variable
/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