Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/base/
Dcef_callback_internal.cc15 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()
/third_party/cef/include/base/internal/
Dcef_callback_internal.h48 class BindStateBase; variable