Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/cpptoc/
Dscheme_registrar_cpptoc.cc36 bool _retval = CefSchemeRegistrarCppToC::Get(self)->AddCustomScheme( in scheme_registrar_add_custom_scheme()
47 CefSchemeRegistrarCppToC::CefSchemeRegistrarCppToC() { in CefSchemeRegistrarCppToC() function in CefSchemeRegistrarCppToC
53 CefSchemeRegistrarCppToC::~CefSchemeRegistrarCppToC() {} in ~CefSchemeRegistrarCppToC()
57 CefSchemeRegistrarCppToC,
67 CefSchemeRegistrarCppToC,
76 CefWrapperType CefCppToCScoped<CefSchemeRegistrarCppToC,
Dscheme_registrar_cpptoc.h29 class CefSchemeRegistrarCppToC
30 : public CefCppToCScoped<CefSchemeRegistrarCppToC,
34 CefSchemeRegistrarCppToC();
35 virtual ~CefSchemeRegistrarCppToC();
/third_party/cef/libcef_dll/ctocpp/
Dapp_ctocpp.cc61 CefOwnPtr<CefSchemeRegistrarCppToC> registrarPtr( in OnRegisterCustomSchemes()
62 CefSchemeRegistrarCppToC::WrapRaw(registrar)); in OnRegisterCustomSchemes()