existingWindowShell 116 Source/bindings/v8/PageScriptDebugServer.cpp V8WindowShell* shell = scriptController.existingWindowShell(DOMWrapperWorld::mainWorld()); existingWindowShell 81 Source/bindings/v8/ScriptController.h V8WindowShell* existingWindowShell(DOMWrapperWorld&); existingWindowShell 130 Source/bindings/v8/V8Initializer.cpp if (frame && frame->script().existingWindowShell(world)) existingWindowShell 213 Source/bindings/v8/V8WindowShell.cpp V8WindowShell* mainWindow = m_frame->script().existingWindowShell(DOMWrapperWorld::mainWorld()); existingWindowShell 1409 Source/core/loader/FrameLoader.cpp if (!m_frame->script().canExecuteScripts(NotAboutToExecuteScript) || !m_frame->script().existingWindowShell(world))