Searched refs:CefV8ContextCppToC (Results 1 – 5 of 5) sorted by relevance
31 return CefV8ContextCppToC::Wrap(_retval); in cef_v8context_get_current_context()41 return CefV8ContextCppToC::Wrap(_retval); in cef_v8context_get_entered_context()68 CefV8ContextCppToC::Get(self)->GetTaskRunner(); in v8context_get_task_runner()82 bool _retval = CefV8ContextCppToC::Get(self)->IsValid(); in v8context_is_valid()97 CefRefPtr<CefBrowser> _retval = CefV8ContextCppToC::Get(self)->GetBrowser(); in v8context_get_browser()111 CefRefPtr<CefFrame> _retval = CefV8ContextCppToC::Get(self)->GetFrame(); in v8context_get_frame()126 CefRefPtr<CefV8Value> _retval = CefV8ContextCppToC::Get(self)->GetGlobal(); in v8context_get_global()140 bool _retval = CefV8ContextCppToC::Get(self)->Enter(); in v8context_enter()154 bool _retval = CefV8ContextCppToC::Get(self)->Exit(); in v8context_exit()174 CefV8ContextCppToC::Get(self)->IsSame(CefV8ContextCppToC::Unwrap(that)); in v8context_is_same()[all …]
29 class CefV8ContextCppToC : public CefCppToCRefCounted<CefV8ContextCppToC,33 CefV8ContextCppToC();34 virtual ~CefV8ContextCppToC();
370 return CefV8ContextCppToC::Wrap(_retval); in frame_get_v8context()
977 CefV8ContextCppToC::Unwrap(context), CefV8ValueCppToC::Unwrap(object), in v8value_execute_function_with_context()
121 CefV8ContextCppToC::Wrap(context)); in OnContextCreated()151 CefV8ContextCppToC::Wrap(context)); in OnContextReleased()191 CefV8ContextCppToC::Wrap(context), CefV8ExceptionCppToC::Wrap(exception), in OnUncaughtException()