Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_overflow

262     if (m_overflow)
263 m_overflow->move(dx, dy); // FIXME: Rounding error here since overflow was pixel snapped, but nobody other than list markers passes non-integral values here.
945 ASSERT(!m_overflow);
949 if (m_overflow)
950 m_overflow.clear();
995 if (!m_overflow)
996 m_overflow = adoptPtr(new RenderOverflow(frameBox, frameBox));
998 m_overflow->setLayoutOverflow(rect);
1006 if (!m_overflow)
1007 m_overflow = adoptPtr(new RenderOverflow(frameBox, frameBox));
1009 m_overflow->setVisualOverflow(rect);