Searched refs:m_firstLineBox (Results 1 – 2 of 2) sorted by relevance
47 ASSERT(!m_firstLineBox); in ~RenderLineBoxList()56 if (!m_firstLineBox) in appendLineBox()57 m_firstLineBox = m_lastLineBox = box; in appendLineBox()69 InlineFlowBox* line = m_firstLineBox; in deleteLineBoxTree()76 m_firstLineBox = m_lastLineBox = 0; in deleteLineBoxTree()84 if (box == m_firstLineBox) in extractLineBox()85 m_firstLineBox = 0; in extractLineBox()103 m_firstLineBox = box; in attachLineBox()118 if (box == m_firstLineBox) in removeLineBox()119 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