Home | History | Annotate | Download | only in rendering

Lines Matching defs:firstLineBox

72     InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
118 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }