Home
last modified time | relevance | path

Searched refs:GetV8Context (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/include/
Dcef_frame.h213 virtual CefRefPtr<CefV8Context> GetV8Context() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dframe_ctocpp.h65 CefRefPtr<CefV8Context> GetV8Context() override;
Dframe_ctocpp.cc363 CefRefPtr<CefV8Context> CefFrameCToCpp::GetV8Context() { in GetV8Context() function in CefFrameCToCpp
/third_party/cef/libcef/browser/
Dframe_host_impl.h72 CefRefPtr<CefV8Context> GetV8Context() override;
Dframe_host_impl.cc200 CefRefPtr<CefV8Context> CefFrameHostImpl::GetV8Context() { in GetV8Context() function in CefFrameHostImpl
/third_party/cef/libcef/renderer/
Dframe_impl.h75 CefRefPtr<CefV8Context> GetV8Context() override;
Dv8_impl.cc793 static_cast<CefV8ContextImpl*>(context.get())->GetV8Context(), message); in MessageListenerCallbackImpl()
1000 v8::Local<v8::Context> context = GetV8Context(); in GetGlobal()
1081 v8::Local<v8::Context> context = GetV8Context(); in Eval()
1107 v8::Local<v8::Context> CefV8ContextImpl::GetV8Context() { in GetV8Context() function in CefV8ContextImpl
1118 v8::Local<v8::Context> context = GetV8Context(); in GetWebFrame()
2397 context_local = context_impl->GetV8Context(); in ExecuteFunctionWithContext()
Dv8_impl.h184 v8::Local<v8::Context> GetV8Context();
Dframe_impl.cc216 CefRefPtr<CefV8Context> CefFrameImpl::GetV8Context() { in GetV8Context() function in CefFrameImpl
/third_party/cef/libcef_dll/cpptoc/
Dframe_cpptoc.cc367 CefRefPtr<CefV8Context> _retval = CefFrameCppToC::Get(self)->GetV8Context(); in frame_get_v8context()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc2433 test_context_ = browser_->GetMainFrame()->GetV8Context(); in RunOnUncaughtExceptionTest()
2697 CefRefPtr<CefV8Context> context = frame->GetV8Context(); in DevToolsLoadHook()
2756 EXPECT_TRUE(browser->GetMainFrame()->GetV8Context()->Eval( in DevToolsLoaded()
2782 CefRefPtr<CefV8Context> context = browser_->GetMainFrame()->GetV8Context(); in GetContext()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch33103 CefRefPtr<CefV8Context> GetV8Context() override;