Home | History | Annotate | Download | only in page

Lines Matching defs:opener

1248 DOMWindow* DOMWindow::opener() const
1253 Frame* opener = m_frame->loader()->opener();
1254 if (!opener)
1257 return opener->domWindow();
1778 // We pass the opener frame for the lookupFrame in case the active frame is different from
1779 // the opener frame, and the name references a frame relative to the opener frame.