HomeSort by relevance Sort by last modified time
    Searched defs:windowShell (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptCachedFrameData.cpp 84 JSDOMWindowShell* windowShell = iter->second.get();
87 windowShell->setWindow(window->globalData(), window);
89 windowShell->setWindow(frame->domWindow());
92 scriptController->attachDebugger(windowShell, page->debugger());
93 windowShell->window()->setProfileGroup(page->group().identifier());
ScriptController.h 78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world)
90 return windowShell(world)->window();
ScriptController.cpp 111 Strong<JSDOMWindowShell> windowShell(*world->globalData(), new JSDOMWindowShell(m_frame->domWindow(), world));
112 Strong<JSDOMWindowShell> windowShell2(windowShell);
113 m_windowShells.add(world, windowShell);
115 return windowShell.get();
130 JSDOMWindowShell* shell = windowShell(world);
186 JSDOMWindowShell* windowShell = iter->second.get();
189 attachDebugger(windowShell, 0);
191 windowShell->window()->willRemoveFromWindowShell();
192 windowShell->setWindow(m_frame->domWindow());
197 m_cacheableBindingRootObject->updateGlobalObject(windowShell->window())
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.h 102 // Masquerade 'this' as the windowShell.
105 ScriptController* windowShell(DOMWrapperWorld*) { return this; }
V8Proxy.h 264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); }
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell();
102 windowBounds = windowShell.getBounds();
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 115 milliseconds