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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 40 : m_firstLineBox(0)
49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; }
77 InlineFlowBox* m_firstLineBox;
RenderLineBoxList.cpp 47 ASSERT(!m_firstLineBox);
56 if (!m_firstLineBox)
57 m_firstLineBox = m_lastLineBox = box;
69 InlineFlowBox* line = m_firstLineBox;
76 m_firstLineBox = m_lastLineBox = 0;
84 if (box == m_firstLineBox)
85 m_firstLineBox = 0;
103 m_firstLineBox = box;
118 if (box == m_firstLineBox)
119 m_firstLineBox = box->nextLineBox()
    [all...]

Completed in 41 milliseconds