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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 45 , m_nextLineBox(0)
67 InlineFlowBox* nextLineBox() const { return m_nextLineBox; }
68 void setNextLineBox(InlineFlowBox* n) { m_nextLineBox = n; }
286 InlineFlowBox* m_nextLineBox; // The next box that also uses our RenderObject
RootInlineBox.h 45 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); }

Completed in 50 milliseconds