Home
last modified time | relevance | path

Searched refs:m_nextLine (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineRunBox.h33 , m_nextLine(0) in InlineRunBox()
38 InlineRunBox* nextLineBox() const { return m_nextLine; } in nextLineBox()
39 void setNextLineBox(InlineRunBox* n) { m_nextLine = n; } in setNextLineBox()
47 InlineRunBox* m_nextLine; // The next box that also uses our RenderObject variable
DRootInlineBox.h52 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLine); } in nextRootBox()
DInlineFlowBox.h58 InlineFlowBox* nextFlowBox() const { return static_cast<InlineFlowBox*>(m_nextLine); } in nextFlowBox()