Lines Matching refs:CefV8ContextImpl
793 static_cast<CefV8ContextImpl*>(context.get())->GetV8Context(), message); in MessageListenerCallbackImpl()
922 context = new CefV8ContextImpl(isolate, isolate->GetCurrentContext()); in GetCurrentContext()
935 new CefV8ContextImpl(isolate, isolate->GetEnteredOrMicrotaskContext()); in GetEnteredContext()
949 CefV8ContextImpl::CefV8ContextImpl(v8::Isolate* isolate, in CefV8ContextImpl() function in CefV8ContextImpl
953 CefV8ContextImpl::~CefV8ContextImpl() { in ~CefV8ContextImpl()
957 CefRefPtr<CefTaskRunner> CefV8ContextImpl::GetTaskRunner() { in GetTaskRunner()
961 bool CefV8ContextImpl::IsValid() { in IsValid()
965 CefRefPtr<CefBrowser> CefV8ContextImpl::GetBrowser() { in GetBrowser()
976 CefRefPtr<CefFrame> CefV8ContextImpl::GetFrame() { in GetFrame()
992 CefRefPtr<CefV8Value> CefV8ContextImpl::GetGlobal() { in GetGlobal()
1005 bool CefV8ContextImpl::Enter() { in Enter()
1026 bool CefV8ContextImpl::Exit() { in Exit()
1050 bool CefV8ContextImpl::IsSame(CefRefPtr<CefV8Context> that) { in IsSame()
1053 CefV8ContextImpl* impl = static_cast<CefV8ContextImpl*>(that.get()); in IsSame()
1061 bool CefV8ContextImpl::Eval(const CefString& code, in Eval()
1107 v8::Local<v8::Context> CefV8ContextImpl::GetV8Context() { in GetV8Context()
1111 blink::WebLocalFrame* CefV8ContextImpl::GetWebFrame() { in GetWebFrame()
2395 CefV8ContextImpl* context_impl = in ExecuteFunctionWithContext()
2396 static_cast<CefV8ContextImpl*>(context.get()); in ExecuteFunctionWithContext()