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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 47 , m_prevLineBox(0)
78 InlineFlowBox* prevLineBox() const { return m_prevLineBox; }
81 void setPreviousLineBox(InlineFlowBox* p) { m_prevLineBox = p; }
322 InlineFlowBox* m_prevLineBox; // The previous box that also uses our RenderObject
RootInlineBox.h 47 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); }

Completed in 65 milliseconds