Home
last modified time | relevance | path

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

/third_party/boost/boost/log/utility/type_dispatch/
Ddynamic_type_dispatcher.hpp55 class callback_impl : class in boost::dynamic_type_dispatcher
62 explicit callback_impl(VisitorT const& visitor) : m_Visitor(visitor) in callback_impl() function in boost::dynamic_type_dispatcher::callback_impl
/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc190 CefRefPtr<CefPrintDialogCallbackImpl> callback_impl( in ShowDialog() local
285 CefRefPtr<CefPrintJobCallbackImpl> callback_impl( in SendDocumentToPrinter() local
/third_party/cef/libcef/browser/net_service/
Dlogin_delegate.cc76 CefRefPtr<AuthCallbackImpl> callback_impl) { in RunCallbackOnIOThread()