Searched refs:m_lastLineBox (Results 1 – 2 of 2) sorted by relevance
48 ASSERT(!m_lastLineBox); in ~RenderLineBoxList()57 m_firstLineBox = m_lastLineBox = box; in appendLineBox()59 m_lastLineBox->setNextLineBox(box); in appendLineBox()60 box->setPreviousLineBox(m_lastLineBox); in appendLineBox()61 m_lastLineBox = box; in appendLineBox()76 m_firstLineBox = m_lastLineBox = 0; in deleteLineBoxTree()83 m_lastLineBox = box->prevLineBox(); in extractLineBox()99 if (m_lastLineBox) { in attachLineBox()100 m_lastLineBox->setNextLineBox(box); in attachLineBox()101 box->setPreviousLineBox(m_lastLineBox); in attachLineBox()[all …]
41 , m_lastLineBox(0) in RenderLineBoxList()50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox()78 InlineFlowBox* m_lastLineBox; variable