Searched refs:nextLineBox (Results 1 – 7 of 7) sorted by relevance
71 nextLine = line->nextLineBox(); in deleteLineBoxTree()88 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox()104 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) { in attachLineBox()118 m_firstLineBox = box->nextLineBox(); in removeLineBox()121 if (box->nextLineBox()) in removeLineBox()122 box->nextLineBox()->setPreviousLineBox(box->prevLineBox()); in removeLineBox()124 box->prevLineBox()->setNextLineBox(box->nextLineBox()); in removeLineBox()134 next = curr->nextLineBox(); in deleteLineBoxes()144 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes()223 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in paint()[all …]
337 if (!nextLineBox() in determineSpacingForFlowBoxes()1150 …age && !renderer()->style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent(); in boxShadowCanBeAppliedToBackground()1157 …age && !renderer()->style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent()) in paintFillLayer()1176 for (InlineFlowBox* curr = this; curr; curr = curr->nextLineBox()) in paintFillLayer()1179 for (InlineFlowBox* curr = nextLineBox(); curr; curr = curr->nextLineBox()) in paintFillLayer()1198 if ((!prevLineBox() && !nextLineBox()) || !parent()) in paintBoxShadow()1295 if (!hasBorderImage || (!prevLineBox() && !nextLineBox())) in paintBoxDecorations()1310 for (InlineFlowBox* curr = this; curr; curr = curr->nextLineBox()) in paintBoxDecorations()1373 if (!prevLineBox() && !nextLineBox()) { in paintMask()1382 for (InlineFlowBox* curr = this; curr; curr = curr->nextLineBox()) in paintMask()
106 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) in willBeDestroyed()538 for (; curr; curr = curr->nextLineBox()) in generateLineBoxRects()577 …FlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) { in generateCulledLineBoxRects()863 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox()982 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesVisualOverflowBoundingBox()1257 …neFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) in dirtyLineBoxes()1430 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in paintOutline()
76 InlineFlowBox* nextLineBox() const { return m_nextLineBox; } in nextLineBox() function
437 if (box && (box->nextLineBox() || box->prevLineBox())) { in getBackgroundRoundedRect()
229 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) { in willBeDestroyed()
105 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) in absoluteQuads()