Searched refs:m_nextLineBox (Results 1 – 2 of 2) sorted by relevance
45 , m_nextLineBox(0) in InlineFlowBox()67 InlineFlowBox* nextLineBox() const { return m_nextLineBox; } in nextLineBox()68 void setNextLineBox(InlineFlowBox* n) { m_nextLineBox = n; } in setNextLineBox()286 InlineFlowBox* m_nextLineBox; // The next box that also uses our RenderObject variable
45 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); } in nextRootBox()