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)
76 InlineFlowBox* nextLineBox() const { return m_nextLineBox; }
77 void setNextLineBox(InlineFlowBox* n) { m_nextLineBox = n; }
318 InlineFlowBox* m_nextLineBox; // The next box that also uses our RenderObject
RootInlineBox.h 47 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); }

Completed in 138 milliseconds