Home
last modified time | relevance | path

Searched refs:nextLineBox (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp70 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()
DRenderInline.cpp120 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()
DInlineFlowBox.h82 InlineFlowBox* nextLineBox() const { return m_nextLineBox; } in nextLineBox() function
DInlineFlowBox.cpp340 if (!nextLineBox() in determineSpacingForFlowBoxes()
1111 …mage && !renderer().style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent(); in boxShadowCanBeAppliedToBackground()
DRenderBlock.cpp276 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) { in willBeDestroyed()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp100 …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()
DLineBoxListPainter.cpp41 … for (InlineFlowBox* curr = m_renderLineBoxList.firstLineBox(); curr; curr = curr->nextLineBox()) { in paint()
DInlinePainter.cpp46 for (InlineFlowBox* curr = m_renderInline.firstLineBox(); curr; curr = curr->nextLineBox()) { in paintOutline()
DBoxPainter.cpp222 if (box && (box->nextLineBox() || box->prevLineBox())) { in getBackgroundRoundedRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInline.cpp115 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) in absoluteQuads()