HomeSort by relevance Sort by last modified time
    Searched refs:m_nextLineBox (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 48 , m_nextLineBox(0)
79 InlineFlowBox* nextLineBox() const { return m_nextLineBox; }
80 void setNextLineBox(InlineFlowBox* n) { m_nextLineBox = n; }
323 InlineFlowBox* m_nextLineBox; // The next box that also uses our RenderObject
RootInlineBox.h 46 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); }

Completed in 42 milliseconds