Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h49 , 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
DRootInlineBox.h46 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); } in nextRootBox()