Searched refs:CefV8ContextCToCpp (Results 1 – 5 of 5) sorted by relevance
32 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 …]
29 class CefV8ContextCToCpp : public CefCToCppRefCounted<CefV8ContextCToCpp,33 CefV8ContextCToCpp();34 virtual ~CefV8ContextCToCpp();
376 return CefV8ContextCToCpp::Wrap(_retval); in GetV8Context()
980 _struct, CefV8ContextCToCpp::Unwrap(context), in ExecuteFunctionWithContext()
123 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()