Searched refs:setNextLineBox (Results 1 – 2 of 2) sorted by relevance
58 m_lastLineBox->setNextLineBox(box); in appendLineBox()86 box->prevLineBox()->setNextLineBox(0); in extractLineBox()99 m_lastLineBox->setNextLineBox(box); in attachLineBox()124 box->prevLineBox()->setNextLineBox(box->nextLineBox()); in removeLineBox()
77 void setNextLineBox(InlineFlowBox* n) { m_nextLineBox = n; } in setNextLineBox() function