Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8interceptor_ctocpp.cc21 bool CefV8InterceptorCToCpp::Get(const CefString& name, in Get()
65 bool CefV8InterceptorCToCpp::Get(int index, in Get()
109 bool CefV8InterceptorCToCpp::Set(const CefString& name, in Set()
142 bool CefV8InterceptorCToCpp::Set(int index, in Set()
176 CefV8InterceptorCToCpp::CefV8InterceptorCToCpp() {} in CefV8InterceptorCToCpp() function in CefV8InterceptorCToCpp
180 CefV8InterceptorCToCpp::~CefV8InterceptorCToCpp() {} in ~CefV8InterceptorCToCpp()
184 CefCToCppRefCounted<CefV8InterceptorCToCpp,
193 CefWrapperType CefCToCppRefCounted<CefV8InterceptorCToCpp,
Dv8interceptor_ctocpp.h29 class CefV8InterceptorCToCpp
30 : public CefCToCppRefCounted<CefV8InterceptorCToCpp,
34 CefV8InterceptorCToCpp();
35 virtual ~CefV8InterceptorCToCpp();
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc127 CefV8InterceptorCToCpp::Wrap(interceptor)); in cef_v8value_create_object()