Searched refs:windowShell (Results 1 – 6 of 6) sorted by relevance
223 return windowShell(mainThreadNormalWorld())->isContextInitialized(); in initializeMainWorld()243 V8WindowShell* ScriptController::windowShell(DOMWrapperWorld* world) in windowShell() function in WebCore::ScriptController288 return scriptController.windowShell(world)->context(); in contextForWorld()542 windowShell(mainThreadNormalWorld())->updateDocument(); in updateDocument()547 windowShell(mainThreadNormalWorld())->namedItemAdded(doc, name); in namedItemAdded()552 windowShell(mainThreadNormalWorld())->namedItemRemoved(doc, name); in namedItemRemoved()675 V8WindowShell* isolatedWorldShell = windowShell(world.get()); in executeScriptInIsolatedWorld()
80 V8WindowShell* windowShell(DOMWrapperWorld*);
136 v8::Handle<v8::Context> v8Context = frame->script().windowShell(v8Listener->world())->context(); in eventListenerHandlerScriptState()
169 return controller.windowShell(this)->context(); in context()
534 return frame->script().windowShell(world)->context(); in toV8Context()
101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); in getInitialLocation() local102 windowBounds = windowShell.getBounds(); in getInitialLocation()