Searched refs:nextOnLine (Results 1 – 9 of 9) sorted by relevance
53 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in ~InlineFlowBox()62 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingLogicalWidth()84 ASSERT(!child->nextOnLine()); in addToLine()175 m_firstChild = child->nextOnLine(); in removeChild()178 if (child->nextOnLine()) in removeChild()179 child->nextOnLine()->setPrevOnLine(child->prevOnLine()); in removeChild()181 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()194 next = child->nextOnLine(); in deleteLine()219 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in extractLine()232 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in attachLine()[all …]
221 else if (nextOnLine()) in nextOnLineExists()247 for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine()) in nextLeafChild()
192 InlineBox* nextOnLine() const { return m_next; } in nextOnLine() function
522 if (!box->nextOnLine()) in positionForPoint()
208 if (parentBox->isConstructed() || parentBox->nextOnLine()) in parentIsConstructedOrHaveNext()
51 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { in paint()62 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { in paint()98 for (InlineBox* child = start->firstChild(); child; child = child->nextOnLine()) { in layoutCharactersInTextBoxes()137 for (InlineBox* child = start->firstChild(); child; child = child->nextOnLine()) { in layoutChildBoxes()173 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { in layoutRootBox()191 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { in layoutRootBox()
43 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { in paintSelectionBackground()63 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { in paint()78 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in calculateBoundaries()
93 for (InlineBox* child = flowBox->firstChild(); child; child = child->nextOnLine()) { in collectTextBoxesInFlowBox()
52508 (khtml::InlineBox::nextOnLine):