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