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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 44 , m_prevLineBox(0)
66 InlineFlowBox* prevLineBox() const { return m_prevLineBox; }
69 void setPreviousLineBox(InlineFlowBox* p) { m_prevLineBox = p; }
285 InlineFlowBox* m_prevLineBox; // The previous box that also uses our RenderObject
RootInlineBox.h 46 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); }

Completed in 41 milliseconds