Home
last modified time | relevance | path

Searched defs:windowShell (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DScriptCachedFrameData.cpp84 JSDOMWindowShell* windowShell = iter->second.get(); in restore() local
DScriptController.cpp111 …Strong<JSDOMWindowShell> windowShell(*world->globalData(), new JSDOMWindowShell(m_frame->domWindow… in createWindowShell() local
186 JSDOMWindowShell* windowShell = iter->second.get(); in clearWindowShell() local
217 JSDOMWindowShell* windowShell = createWindowShell(world); in initScript() local
DScriptController.h78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) in windowShell() function
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.h105 ScriptController* windowShell(DOMWrapperWorld*) { return this; } in windowShell() function
DV8Proxy.h264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } in windowShell() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); in getInitialLocation() local