Home | History | Annotate | Download | only in js

Lines Matching full:shell

46 JSDOMWindowBase::JSDOMWindowBaseData::JSDOMWindowBaseData(PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
47 : JSDOMGlobalObjectData(shell->world(), destroyJSDOMWindowBaseData)
49 , shell(shell)
53 JSDOMWindowBase::JSDOMWindowBase(NonNullPassRefPtr<Structure> structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
54 : JSDOMGlobalObject(structure, new JSDOMWindowBaseData(window, shell), shell)
58 GlobalPropertyInfo(Identifier(globalExec(), "window"), d()->shell, DontDelete | ReadOnly)
79 KURL targetURL = d()->shell->window()->impl()->url();
144 return shell();
147 JSDOMWindowShell* JSDOMWindowBase::shell() const
149 return d()->shell;