Searched refs:existingWindowShell (Results 1 – 5 of 5) sorted by relevance
81 V8WindowShell* existingWindowShell(DOMWrapperWorld&);
130 if (frame && frame->script().existingWindowShell(scriptState->world())) { in messageHandlerInMainThread()
130 V8WindowShell* shell = scriptController.existingWindowShell(DOMWrapperWorld::mainWorld()); in addListener()
214 … V8WindowShell* mainWindow = m_frame->script().existingWindowShell(DOMWrapperWorld::mainWorld()); in initialize()
204 V8WindowShell* ScriptController::existingWindowShell(DOMWrapperWorld& world) in existingWindowShell() function in WebCore::ScriptController