Searched refs:windowShell (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScriptCachedFrameData.cpp84 JSDOMWindowShell* windowShell = iter->second.get(); local
87 windowShell->setWindow(window->globalData(), window);
89 windowShell->setWindow(frame->domWindow());
92 scriptController->attachDebugger(windowShell, page->debugger());
93 windowShell->window()->setProfileGroup(page->group().identifier());
H A DScriptController.cpp111 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(); local
189 attachDebugger(windowShell, 0);
191 windowShell->window()->willRemoveFromWindowShell();
192 windowShell->setWindow(m_frame->domWindow());
197 m_cacheableBindingRootObject->updateGlobalObject(windowShell
217 JSDOMWindowShell* windowShell = createWindowShell(world); local
[all...]
H A DScriptState.cpp65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld());
H A DJSDOMWindowBase.cpp202 return frame->script()->windowShell(currentWorld(exec));
209 return frame->script()->windowShell(world)->window();
H A DJSDOMWindowShell.cpp175 return frame->script()->windowShell(currentWorld(exec));
182 return frame->script()->windowShell(isolatedWorld);
H A DScriptController.h78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) function in class:WebCore::ScriptController
90 return windowShell(world)->window();
H A DScriptControllerMac.mm116 m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) originRootObject:root rootObject:root];
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8SVGDocumentCustom.cpp50 proxy->windowShell()->updateDocumentWrapper(wrapper);
H A DV8DocumentCustom.cpp137 proxy->windowShell()->updateDocumentWrapper(wrapper);
H A DV8HTMLDocumentCustom.cpp192 proxy->windowShell()->updateDocumentWrapper(wrapper);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8IsolatedContext.cpp57 m_context = SharedPersistent<v8::Context>::create(proxy->windowShell()->createNewContext(v8::Handle<v8::Object>(), extensionGroup));
67 // FIXME: This will go away once we have a windowShell for the isolated world.
68 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow());
H A DScriptCachedFrameData.cpp69 proxy->windowShell()->setContext(m_context.get());
H A DScriptController.cpp149 m_proxy->windowShell()->updateSecurityOrigin();
305 return m_proxy->windowShell()->isContextInitialized();
471 m_proxy->windowShell()->updateDocument();
476 m_proxy->windowShell()->namedItemAdded(doc, name);
481 m_proxy->windowShell()->namedItemRemoved(doc, name);
H A DScriptController.h102 // Masquerade 'this' as the windowShell.
105 ScriptController* windowShell(DOMWrapperWorld*) { return this; } function in class:WebCore::ScriptController
H A DV8Proxy.cpp200 windowShell()->destroyGlobal();
229 proxy->windowShell()->destroyGlobal();
246 // FIXME: This will need to get reorganized once we have a windowShell for the isolated world.
247 windowShell()->initContextIfNeeded();
294 v8::Handle<v8::Context> context = windowShell()->context();
627 windowShell()->clearForClose();
633 windowShell()->clearForNavigation();
748 windowShell()->initContextIfNeeded();
749 return v8::Local<v8::Context>::New(windowShell()->context());
801 v8::Handle<v8::Context> context = windowShell()
[all...]
H A DPageScriptDebugServer.cpp98 V8DOMWindowShell* shell = proxy->windowShell();
H A DV8Proxy.h264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } function in class:WebCore::V8Proxy
H A DV8DOMWrapper.cpp276 instance = proxy->windowShell()->createWrapperFromCache(type);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DResizableDialog.java101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell();
102 windowBounds = windowShell.getBounds();
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp98 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld());
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp917 return m_npRuntimeObjectMap.getOrCreateNPObject(*pluginWorld()->globalData(), frame()->script()->windowShell(pluginWorld())->window());
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm826 objectID = m_localObjects.idForObject(*pluginWorld()->globalData(), frame->script()->windowShell(pluginWorld())->window());
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm2456 if (proxy->windowShell()->initContextIfNeeded()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 387 milliseconds