Lines Matching refs:GetGlobal
606 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()
2334 CefRefPtr<CefV8Value> object = context->GetGlobal(); in RunBindingTest()
2385 CefRefPtr<CefV8Value> obj = context->GetGlobal(); in RunStackTraceTest()
2557 CefRefPtr<CefV8Value> object = context->GetGlobal(); in OnContextCreated()
2566 CefRefPtr<CefV8Value> object = context->GetGlobal(); in OnContextCreated()
2606 CefRefPtr<CefV8Value> object = context->GetGlobal(); in OnContextCreated()
2639 CefRefPtr<CefV8Value> object = context->GetGlobal(); in OnContextCreated()
2730 EXPECT_TRUE(context->GetGlobal()->SetValue(kFuncName, func, in DevToolsLoadHook()