Home
last modified time | relevance | path

Searched refs:CefV8HandlerCToCpp (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8handler_ctocpp.cc21 bool CefV8HandlerCToCpp::Execute(const CefString& name, in Execute()
82 CefV8HandlerCToCpp::CefV8HandlerCToCpp() {} in CefV8HandlerCToCpp() function in CefV8HandlerCToCpp
86 CefV8HandlerCToCpp::~CefV8HandlerCToCpp() {} in ~CefV8HandlerCToCpp()
90 CefCToCppRefCounted<CefV8HandlerCToCpp, CefV8Handler, cef_v8handler_t>::
97 CefWrapperType CefCToCppRefCounted<CefV8HandlerCToCpp,
Dv8handler_ctocpp.h29 class CefV8HandlerCToCpp : public CefCToCppRefCounted<CefV8HandlerCToCpp,
33 CefV8HandlerCToCpp();
34 virtual ~CefV8HandlerCToCpp();
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc183 CefString(name), CefV8HandlerCToCpp::Wrap(handler)); in cef_v8value_create_function()
906 return CefV8HandlerCToCpp::Unwrap(_retval); in v8value_get_function_handler()
/third_party/cef/libcef_dll/
Dlibcef_dll.cc837 CefV8HandlerCToCpp::Wrap(handler)); in cef_register_extension()