Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.cpp223 return windowShell(mainThreadNormalWorld())->isContextInitialized(); in initializeMainWorld()
243 V8WindowShell* ScriptController::windowShell(DOMWrapperWorld* world) in windowShell() function in WebCore::ScriptController
288 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()
DScriptController.h80 V8WindowShell* windowShell(DOMWrapperWorld*);
DScriptEventListener.cpp136 v8::Handle<v8::Context> v8Context = frame->script().windowShell(v8Listener->world())->context(); in eventListenerHandlerScriptState()
DDOMWrapperWorld.cpp169 return controller.windowShell(this)->context(); in context()
DV8Binding.cpp534 return frame->script().windowShell(world)->context(); in toV8Context()
/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
102 windowBounds = windowShell.getBounds(); in getInitialLocation()