Home | History | Annotate | Download | only in v8

Lines Matching refs:domWindow

136         DOMWindow* targetWindow = V8DOMWindow::toNative(window);
225 // the old DOMWindow wrapper. This way, access to the document wrapper
226 // will be protected by the security checks on the DOMWindow wrapper.
229 // Turn on access check on the old DOMWindow wrapper.
243 // The global object corresponds to a DOMWindow instance. However, to
244 // allow properties of the JS DOMWindow instance to be shadowed, we
245 // use a shadow object as the global object and use the JS DOMWindow
246 // instance as the prototype for that shadow object. The JS DOMWindow
250 // The shadow object and the DOMWindow instance are seen as one object
252 // DOMWindow instance is the shadow object. When mapping a DOMWindow
332 if (!installDOMWindow(v8Context, m_frame->domWindow())) {
402 bool V8DOMWindowShell::installDOMWindow(v8::Handle<v8::Context> context, DOMWindow* window)
463 // crashes. In this case we clear the cache and let the DOMWindow
477 // and let the DOMWindow accessor handle access to the document.
631 void V8DOMWindowShell::setLocation(DOMWindow* window, const String& locationString)