Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching full:m_frame

158     Frame* m_frame;
1259 // If we own the view, delete the old one - otherwise the render m_frame will take care of deleting the view.
2042 m_frame = frame;
2048 if (m_frame) {
2049 m_frame->deref();
2050 m_frame = 0;
2059 if (m_frame)
2060 m_frame->deref();
2067 if (m_frame)
2068 m_frame->deref();
2074 RefPtr<Frame> frame = adoptRef(m_frame);
2075 m_frame = 0;