Home
last modified time | relevance | path

Searched refs:CefV8ContextCToCpp (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.cc32 return CefV8ContextCToCpp::Wrap(_retval); in GetCurrentContext()
43 return CefV8ContextCToCpp::Wrap(_retval); in GetEnteredContext()
59 CefRefPtr<CefTaskRunner> CefV8ContextCToCpp::GetTaskRunner() { in GetTaskRunner()
73 NO_SANITIZE("cfi-icall") bool CefV8ContextCToCpp::IsValid() { in IsValid()
88 CefRefPtr<CefBrowser> CefV8ContextCToCpp::GetBrowser() { in GetBrowser()
102 NO_SANITIZE("cfi-icall") CefRefPtr<CefFrame> CefV8ContextCToCpp::GetFrame() { in GetFrame()
116 NO_SANITIZE("cfi-icall") CefRefPtr<CefV8Value> CefV8ContextCToCpp::GetGlobal() { in GetGlobal()
130 NO_SANITIZE("cfi-icall") bool CefV8ContextCToCpp::Enter() { in Enter()
144 NO_SANITIZE("cfi-icall") bool CefV8ContextCToCpp::Exit() { in Exit()
159 bool CefV8ContextCToCpp::IsSame(CefRefPtr<CefV8Context> that) { in IsSame()
[all …]
Dv8context_ctocpp.h29 class CefV8ContextCToCpp : public CefCToCppRefCounted<CefV8ContextCToCpp,
33 CefV8ContextCToCpp();
34 virtual ~CefV8ContextCToCpp();
Dframe_ctocpp.cc376 return CefV8ContextCToCpp::Wrap(_retval); in GetV8Context()
Dv8value_ctocpp.cc980 _struct, CefV8ContextCToCpp::Unwrap(context), in ExecuteFunctionWithContext()
/third_party/cef/libcef_dll/cpptoc/
Drender_process_handler_cpptoc.cc123 CefV8ContextCToCpp::Wrap(context)); in render_process_handler_on_context_created()
152 CefV8ContextCToCpp::Wrap(context)); in render_process_handler_on_context_released()
191 CefV8ContextCToCpp::Wrap(context), CefV8ExceptionCToCpp::Wrap(exception), in render_process_handler_on_uncaught_exception()