Home
last modified time | relevance | path

Searched refs:m_nextLineBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h45 , 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
DRootInlineBox.h45 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); } in nextRootBox()