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

/external/webkit/WebCore/bindings/js/
H A DScriptCachedFrameData.cpp84 JSDOMWindowShell* windowShell = iter->second.get(); local
87 windowShell->setWindow(window);
89 windowShell->setWindow(frame->domWindow());
92 scriptController->attachDebugger(windowShell, page->debugger());
93 windowShell->window()->setProfileGroup(page->group().identifier());
H A DScriptState.cpp43 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld());
H A DScriptController.cpp111 JSDOMWindowShell* shell = windowShell(world);
188 JSDOMWindowShell* windowShell = iter->second; local
191 attachDebugger(windowShell, 0);
193 windowShell->window()->willRemoveFromWindowShell();
194 windowShell->setWindow(m_frame->domWindow());
197 attachDebugger(windowShell, page->debugger());
198 windowShell->window()->setProfileGroup(page->group().identifier());
212 JSDOMWindowShell* windowShell = new JSDOMWindowShell(m_frame->domWindow(), world); local
213 m_windowShells.add(world, windowShell);
214 windowShell
[all...]
H A DJSDOMWindowBase.cpp188 return frame->script()->windowShell(currentWorld(exec));
195 return frame->script()->windowShell(world)->window();
H A DJSDOMWindowShell.cpp174 return frame->script()->windowShell(currentWorld(exec));
181 return frame->script()->windowShell(isolatedWorld);
H A DScriptController.h75 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) function in class:WebCore::ScriptController
87 return windowShell(world)->window();
H A DScriptControllerMac.mm116 m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) originRootObject:root rootObject:root];
/external/webkit/WebCore/bindings/v8/custom/
H A DV8SVGDocumentCustom.cpp48 proxy->windowShell()->updateDocumentWrapper(wrapper);
H A DV8DocumentCustom.cpp156 proxy->windowShell()->updateDocumentWrapper(wrapper);
H A DV8HTMLDocumentCustom.cpp211 proxy->windowShell()->updateDocumentWrapper(wrapper);
/external/webkit/WebCore/bindings/v8/
H A DV8IsolatedContext.cpp58 m_context = SharedPersistent<v8::Context>::create(proxy->windowShell()->createNewContext(v8::Handle<v8::Object>(), extensionGroup));
68 // FIXME: This will go away once we have a windowShell for the isolated world.
69 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow());
H A DScriptCachedFrameData.cpp65 proxy->windowShell()->setContext(m_context.get());
H A DScriptController.cpp145 m_proxy->windowShell()->updateSecurityOrigin();
296 return m_proxy->windowShell()->isContextInitialized();
455 m_proxy->windowShell()->updateDocument();
H A DScriptController.h95 // Masquerade 'this' as the windowShell.
98 ScriptController* windowShell(DOMWrapperWorld*) { return this; } function in class:WebCore::ScriptController
H A DV8Proxy.cpp239 windowShell()->destroyGlobal();
277 proxy->windowShell()->destroyGlobal();
294 // FIXME: This will need to get reorganized once we have a windowShell for the isolated world.
295 windowShell()->initContextIfNeeded();
342 v8::Handle<v8::Context> context = windowShell()->context();
637 windowShell()->clearForClose();
643 windowShell()->clearForNavigation();
731 windowShell()->initContextIfNeeded();
732 return v8::Local<v8::Context>::New(windowShell()->context());
881 v8::Handle<v8::Context> context = windowShell()
[all...]
H A DV8Proxy.h325 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } function in class:WebCore::V8Proxy
H A DV8DOMWrapper.cpp311 instance = proxy->windowShell()->createWrapperFromCache(type);
/external/webkit/WebCore/bindings/
H A DScriptControllerBase.cpp88 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld());
/external/webkit/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm1960 proxy->windowShell()->initContextIfNeeded();
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm710 objectID = idForObject(frame->script()->windowShell(pluginWorld())->window());

Completed in 91 milliseconds