Home | History | Annotate | Download | only in rendering

Lines Matching refs:frameRect

397         FloatingObject(Type type, const IntRect& frameRect)
400 , m_frameRect(frameRect)
427 const IntRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; }
428 void setFrameRect(const IntRect& frameRect) { m_frameRect = frameRect; }