Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.cc36 CefRefPtr<CefV8Context> CefV8Context::GetEnteredContext() { in GetEnteredContext() function in CefV8Context
/third_party/cef/libcef_dll/cpptoc/
Dv8context_cpptoc.cc38 CefRefPtr<CefV8Context> _retval = CefV8Context::GetEnteredContext(); in cef_v8context_get_entered_context()
/third_party/cef/include/
Dcef_v8.h136 static CefRefPtr<CefV8Context> GetEnteredContext();
/third_party/cef/libcef/renderer/
Dv8_impl.cc928 CefRefPtr<CefV8Context> CefV8Context::GetEnteredContext() { in GetEnteredContext() function in CefV8Context
/third_party/cef/tests/ceftests/
Dv8_unittest.cc2533 CefRefPtr<CefV8Context> entered = CefV8Context::GetEnteredContext(); in OnContextCreated()