Searched refs:nextLineBox (Results 1 – 10 of 10) sorted by relevance
70 nextLine = line->nextLineBox(); in deleteLineBoxTree()87 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox()103 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) { in attachLineBox()117 m_firstLineBox = box->nextLineBox(); in removeLineBox()120 if (box->nextLineBox()) in removeLineBox()121 box->nextLineBox()->setPreviousLineBox(box->prevLineBox()); in removeLineBox()123 box->prevLineBox()->setNextLineBox(box->nextLineBox()); in removeLineBox()133 next = curr->nextLineBox(); in deleteLineBoxes()143 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes()325 for (const InlineFlowBox* child = m_firstLineBox; child != 0; child = child->nextLineBox()) { in checkConsistency()
120 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) in willBeDestroyed()567 for (; curr; curr = curr->nextLineBox()) in generateLineBoxRects()606 …FlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) { in generateCulledLineBoxRects()896 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox()1015 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesVisualOverflowBoundingBox()1258 …neFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) in dirtyLineBoxes()
82 InlineFlowBox* nextLineBox() const { return m_nextLineBox; } in nextLineBox() function
340 if (!nextLineBox() in determineSpacingForFlowBoxes()1111 …mage && !renderer().style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent(); in boxShadowCanBeAppliedToBackground()
276 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) { in willBeDestroyed()
100 …BorderRadius()) || (!m_inlineFlowBox.prevLineBox() && !m_inlineFlowBox.nextLineBox()) || !m_inline… in paintFillLayer()119 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->nextLineBox()) in paintFillLayer()122 … for (InlineFlowBox* curr = m_inlineFlowBox.nextLineBox(); curr; curr = curr->nextLineBox()) in paintFillLayer()141 …if ((!m_inlineFlowBox.prevLineBox() && !m_inlineFlowBox.nextLineBox()) || !m_inlineFlowBox.parent(… in paintBoxShadow()224 if (!hasBorderImage || (!m_inlineFlowBox.prevLineBox() && !m_inlineFlowBox.nextLineBox())) { in paintBoxDecorationBackground()239 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->nextLineBox()) in paintBoxDecorationBackground()298 if (!m_inlineFlowBox.prevLineBox() && !m_inlineFlowBox.nextLineBox()) { in paintMask()307 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->nextLineBox()) in paintMask()
41 … for (InlineFlowBox* curr = m_renderLineBoxList.firstLineBox(); curr; curr = curr->nextLineBox()) { in paint()
46 for (InlineFlowBox* curr = m_renderInline.firstLineBox(); curr; curr = curr->nextLineBox()) { in paintOutline()
222 if (box && (box->nextLineBox() || box->prevLineBox())) { in getBackgroundRoundedRect()
115 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) in absoluteQuads()