/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptController.cpp | 111 …Strong<JSDOMWindowShell> windowShell(*world->globalData(), new JSDOMWindowShell(m_frame->domWindow… in createWindowShell() local 112 Strong<JSDOMWindowShell> windowShell2(windowShell); in createWindowShell() 113 m_windowShells.add(world, windowShell); in createWindowShell() 115 return windowShell.get(); in createWindowShell() 130 JSDOMWindowShell* shell = windowShell(world); in evaluateInWorld() 186 JSDOMWindowShell* windowShell = iter->second.get(); in clearWindowShell() local 189 attachDebugger(windowShell, 0); in clearWindowShell() 191 windowShell->window()->willRemoveFromWindowShell(); in clearWindowShell() 192 windowShell->setWindow(m_frame->domWindow()); in clearWindowShell() 197 m_cacheableBindingRootObject->updateGlobalObject(windowShell->window()); in clearWindowShell() [all …]
|
D | ScriptCachedFrameData.cpp | 84 JSDOMWindowShell* windowShell = iter->second.get(); in restore() local 87 windowShell->setWindow(window->globalData(), window); in restore() 89 windowShell->setWindow(frame->domWindow()); in restore() 92 scriptController->attachDebugger(windowShell, page->debugger()); in restore() 93 windowShell->window()->setProfileGroup(page->group().identifier()); in restore()
|
D | ScriptController.h | 78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) in windowShell() function 90 return windowShell(world)->window(); in globalObject()
|
D | JSDOMWindowBase.cpp | 202 return frame->script()->windowShell(currentWorld(exec)); in toJS() 209 return frame->script()->windowShell(world)->window(); in toJSDOMWindow()
|
D | JSDOMWindowShell.cpp | 175 return frame->script()->windowShell(currentWorld(exec)); in toJS() 182 return frame->script()->windowShell(isolatedWorld); in toJSDOMWindowShell()
|
D | ScriptState.cpp | 65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld()); in mainWorldScriptState()
|
D | ScriptControllerMac.mm | 116 …m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) …
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8IsolatedContext.cpp | 57 …m_context = SharedPersistent<v8::Context>::create(proxy->windowShell()->createNewContext(v8::Handl… in V8IsolatedContext() 68 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow()); in V8IsolatedContext()
|
D | ScriptController.cpp | 149 m_proxy->windowShell()->updateSecurityOrigin(); in updateSecurityOrigin() 305 return m_proxy->windowShell()->isContextInitialized(); in haveInterpreter() 471 m_proxy->windowShell()->updateDocument(); in updateDocument() 476 m_proxy->windowShell()->namedItemAdded(doc, name); in namedItemAdded() 481 m_proxy->windowShell()->namedItemRemoved(doc, name); in namedItemRemoved()
|
D | V8Proxy.cpp | 200 windowShell()->destroyGlobal(); in ~V8Proxy() 229 proxy->windowShell()->destroyGlobal(); in handleOutOfMemory() 247 windowShell()->initContextIfNeeded(); in evaluateInIsolatedWorld() 294 v8::Handle<v8::Context> context = windowShell()->context(); in setInjectedScriptContextDebugId() 627 windowShell()->clearForClose(); in clearForClose() 633 windowShell()->clearForNavigation(); in clearForNavigation() 748 windowShell()->initContextIfNeeded(); in mainWorldContext() 749 return v8::Local<v8::Context>::New(windowShell()->context()); in mainWorldContext() 801 v8::Handle<v8::Context> context = windowShell()->context(); in setContextDebugId()
|
D | ScriptCachedFrameData.cpp | 69 proxy->windowShell()->setContext(m_context.get()); in restore()
|
D | ScriptController.h | 105 ScriptController* windowShell(DOMWrapperWorld*) { return this; } in windowShell() function
|
D | PageScriptDebugServer.cpp | 98 V8DOMWindowShell* shell = proxy->windowShell(); in addListener()
|
D | V8Proxy.h | 264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } in windowShell() function
|
D | V8DOMWrapper.cpp | 276 instance = proxy->windowShell()->createWrapperFromCache(type); in instantiateV8Object()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8SVGDocumentCustom.cpp | 50 proxy->windowShell()->updateDocumentWrapper(wrapper); in toV8()
|
D | V8DocumentCustom.cpp | 137 proxy->windowShell()->updateDocumentWrapper(wrapper); in toV8()
|
D | V8HTMLDocumentCustom.cpp | 192 proxy->windowShell()->updateDocumentWrapper(wrapper); in toV8()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
D | ResizableDialog.java | 101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); in getInitialLocation() local 102 windowBounds = windowShell.getBounds(); in getInitialLocation()
|
/external/webkit/Source/WebCore/bindings/ |
D | ScriptControllerBase.cpp | 98 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld()); in executeIfJavaScriptURL()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginView.cpp | 917 …p.getOrCreateNPObject(*pluginWorld()->globalData(), frame()->script()->windowShell(pluginWorld())-… in windowScriptNPObject()
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.mm | 826 …ocalObjects.idForObject(*pluginWorld()->globalData(), frame->script()->windowShell(pluginWorld())-…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 13803 (WebCore::V8Proxy::windowShell): 14376 (WebCore::ScriptController::windowShell): 14404 [v8] Let ScriptController have more than one windowShell 14407 This patch lets ScriptController have more than one windowShell. We're 14428 (WebCore::ScriptController::windowShell): 14890 (WebCore::ScriptController::windowShell): 16376 (WebCore::V8Proxy::windowShell): 42428 (WebCore::ScriptController::windowShell): 42836 (WebCore::ScriptController::windowShell):
|