Searched refs:m_firstLineBox (Results 1 – 2 of 2) sorted by relevance
46 ASSERT(!m_firstLineBox); in ~RenderLineBoxList()55 if (!m_firstLineBox) in appendLineBox()56 m_firstLineBox = m_lastLineBox = box; in appendLineBox()68 InlineFlowBox* line = m_firstLineBox; in deleteLineBoxTree()75 m_firstLineBox = m_lastLineBox = 0; in deleteLineBoxTree()83 if (box == m_firstLineBox) in extractLineBox()84 m_firstLineBox = 0; in extractLineBox()102 m_firstLineBox = box; in attachLineBox()117 if (box == m_firstLineBox) in removeLineBox()118 m_firstLineBox = box->nextLineBox(); in removeLineBox()[all …]
40 : m_firstLineBox(0) in RenderLineBoxList()49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } in firstLineBox()77 InlineFlowBox* m_firstLineBox; variable