Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/js/
DScriptController.cpp111 …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 …]
DScriptCachedFrameData.cpp84 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()
DScriptController.h78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) in windowShell() function
90 return windowShell(world)->window(); in globalObject()
DJSDOMWindowBase.cpp202 return frame->script()->windowShell(currentWorld(exec)); in toJS()
209 return frame->script()->windowShell(world)->window(); in toJSDOMWindow()
DJSDOMWindowShell.cpp175 return frame->script()->windowShell(currentWorld(exec)); in toJS()
182 return frame->script()->windowShell(isolatedWorld); in toJSDOMWindowShell()
DScriptState.cpp65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld()); in mainWorldScriptState()
DScriptControllerMac.mm116 …m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) …
/external/webkit/Source/WebCore/bindings/v8/
DV8IsolatedContext.cpp57 …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()
DScriptController.cpp149 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()
DV8Proxy.cpp200 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()
DScriptCachedFrameData.cpp69 proxy->windowShell()->setContext(m_context.get()); in restore()
DScriptController.h105 ScriptController* windowShell(DOMWrapperWorld*) { return this; } in windowShell() function
DPageScriptDebugServer.cpp98 V8DOMWindowShell* shell = proxy->windowShell(); in addListener()
DV8Proxy.h264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } in windowShell() function
DV8DOMWrapper.cpp276 instance = proxy->windowShell()->createWrapperFromCache(type); in instantiateV8Object()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGDocumentCustom.cpp50 proxy->windowShell()->updateDocumentWrapper(wrapper); in toV8()
DV8DocumentCustom.cpp137 proxy->windowShell()->updateDocumentWrapper(wrapper); in toV8()
DV8HTMLDocumentCustom.cpp192 proxy->windowShell()->updateDocumentWrapper(wrapper); in toV8()
/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()
/external/webkit/Source/WebCore/bindings/
DScriptControllerBase.cpp98 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld()); in executeIfJavaScriptURL()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp917 …p.getOrCreateNPObject(*pluginWorld()->globalData(), frame()->script()->windowShell(pluginWorld())-… in windowScriptNPObject()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm826 …ocalObjects.idForObject(*pluginWorld()->globalData(), frame->script()->windowShell(pluginWorld())-…
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2913803 (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):