Searched refs:setNextLineBox (Results 1 – 2 of 2) sorted by relevance
57 m_lastLineBox->setNextLineBox(box); in appendLineBox()85 box->prevLineBox()->setNextLineBox(0); in extractLineBox()98 m_lastLineBox->setNextLineBox(box); in attachLineBox()123 box->prevLineBox()->setNextLineBox(box->nextLineBox()); in removeLineBox()
83 void setNextLineBox(InlineFlowBox* n) { m_nextLineBox = n; } in setNextLineBox() function