Home
last modified time | relevance | path

Searched defs:bind_state (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/base/
Dcef_callback.h98 explicit OnceCallback(internal::BindStateBase* bind_state) in OnceCallback()
178 explicit RepeatingCallback(internal::BindStateBase* bind_state) in RepeatingCallback()
/third_party/cef/include/base/internal/
Dcef_callback_internal.h200 CallbackBase::CallbackBase(BindStateBase* bind_state) in CallbackBase()
213 explicit CallbackBaseCopyable(BindStateBase* bind_state) in CallbackBaseCopyable()
/third_party/cef/libcef_dll/base/
Dcef_callback_internal.cc29 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) { in Destruct()