Home
last modified time | relevance | path

Searched refs:PassingType (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/base/
Dcef_callback.h93 internal::PassingType<Args>...);
173 internal::PassingType<Args>...);
/third_party/cef/include/base/internal/
Dcef_callback_internal.h66 using PassingType = std::conditional_t<std::is_scalar<T>::value, T, T&&>; variable
Dcef_bind_internal.h708 PassingType<UnboundArgs>... unbound_args) {
721 static R Run(BindStateBase* base, PassingType<UnboundArgs>... unbound_args) {