Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.h81 V8WindowShell* existingWindowShell(DOMWrapperWorld&);
DV8Initializer.cpp130 if (frame && frame->script().existingWindowShell(scriptState->world())) { in messageHandlerInMainThread()
DPageScriptDebugServer.cpp130 V8WindowShell* shell = scriptController.existingWindowShell(DOMWrapperWorld::mainWorld()); in addListener()
DV8WindowShell.cpp214 … V8WindowShell* mainWindow = m_frame->script().existingWindowShell(DOMWrapperWorld::mainWorld()); in initialize()
DScriptController.cpp204 V8WindowShell* ScriptController::existingWindowShell(DOMWrapperWorld& world) in existingWindowShell() function in WebCore::ScriptController