Home | History | Annotate | Download | only in page

Lines Matching full:frame

53     class Frame;
80 static PassRefPtr<DOMWindow> create(Frame* frame) { return adoptRef(new DOMWindow(frame)); }
86 Frame* frame() const { return m_frame; }
112 static bool allowPopUp(Frame* activeFrame);
113 static bool canShowModalDialog(const Frame*);
114 static bool canShowModalDialogNow(const Frame*);
366 DOMWindow(Frame*);
377 Frame* m_frame;