Home
last modified time | relevance | path

Searched refs:GetGlobal (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/include/
Dcef_resource_bundle.h60 static CefRefPtr<CefResourceBundle> GetGlobal();
Dcef_v8.h179 virtual CefRefPtr<CefV8Value> GetGlobal() = 0;
/third_party/cef/libcef/common/
Dresource_bundle_impl.cc40 CefRefPtr<CefResourceBundle> CefResourceBundle::GetGlobal() { in GetGlobal() function in CefResourceBundle
/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.h41 CefRefPtr<CefV8Value> GetGlobal() override;
Dresource_bundle_ctocpp.cc21 CefRefPtr<CefResourceBundle> CefResourceBundle::GetGlobal() { in GetGlobal() function in CefResourceBundle
Dv8context_ctocpp.cc116 NO_SANITIZE("cfi-icall") CefRefPtr<CefV8Value> CefV8ContextCToCpp::GetGlobal() { in GetGlobal() function in CefV8ContextCToCpp
/third_party/cef/tests/ceftests/
Dv8_unittest.cc606 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunArrayBufferValueTest()
1598 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueTest()
1636 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueReadOnlyTest()
1673 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueEnumTest()
1717 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueDontEnumTest()
1762 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueDeleteTest()
1803 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueDontDeleteTest()
1843 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunObjectValueEmptyKeyTest()
2086 CefRefPtr<CefV8Value> global = context->GetGlobal(); in RunFunctionHandlerNoObjectTest()
2185 CefRefPtr<CefV8Value> global = context->GetGlobal(); in RunFunctionHandlerEmptyStringTest()
[all …]
Dmessage_router_unittest.cc125 CefRefPtr<CefV8Value> window = context->GetGlobal(); in OnContextCreated()
/third_party/cef/libcef_dll/cpptoc/
Dresource_bundle_cpptoc.cc24 CefRefPtr<CefResourceBundle> _retval = CefResourceBundle::GetGlobal(); in cef_resource_bundle_get_global()
Dv8context_cpptoc.cc126 CefRefPtr<CefV8Value> _retval = CefV8ContextCppToC::Get(self)->GetGlobal(); in v8context_get_global()
/third_party/cef/tests/cefclient/renderer/
Dperformance_test_tests.cc127 CefRefPtr<CefV8Value> obj = CefV8Context::GetCurrentContext()->GetGlobal(); in PERF_TEST_FUNC()
153 CefRefPtr<CefV8Value> obj = context->GetGlobal(); in PERF_TEST_FUNC()
Dperformance_test.cc137 CefRefPtr<CefV8Value> object = context->GetGlobal(); in OnContextCreated()
/third_party/cef/libcef/renderer/
Dv8_impl.h174 CefRefPtr<CefV8Value> GetGlobal() override;
Dv8_impl.cc992 CefRefPtr<CefV8Value> CefV8ContextImpl::GetGlobal() { in GetGlobal() function in CefV8ContextImpl
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc780 CefRefPtr<CefV8Value> window = context->GetGlobal(); in OnContextCreated()