Searched refs:nextOnLine (Results 1 – 8 of 8) sorted by relevance
48 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in ~InlineFlowBox()98 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingWidth()108 ASSERT(!child->nextOnLine()); in addToLine()140 m_firstChild = child->nextOnLine(); in removeChild()143 if (child->nextOnLine()) in removeChild()144 child->nextOnLine()->setPrevOnLine(child->prevOnLine()); in removeChild()146 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()159 next = child->nextOnLine(); in deleteLine()179 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in extractLine()187 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in attachLine()[all …]
161 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteRects()186 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteQuads()210 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) in relativeBBox()
186 else if (nextOnLine()) in nextOnLineExists()
161 InlineBox* nextOnLine() const { return m_next; } in nextOnLine() function
912 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in buildLayoutInformation()1010 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in layoutInlineBoxes()1372 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in buildTextChunks()
360 if (!box->nextOnLine()) in positionForCoordinates()
486 if (!parentBox || parentBox->isConstructed() || parentBox->nextOnLine()) { in createLineBoxes()
52508 (khtml::InlineBox::nextOnLine):