Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLineBoxList.cpp87 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox()
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 (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes()
DRenderSVGInline.cpp62 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteRects()
81 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteQuads()
DRenderSVGText.cpp128 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in absoluteRects()
149 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in absoluteQuads()
175 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in objectBoundingBox()
DInlineRunBox.h40 InlineRunBox* nextLineBox() const { return m_nextLine; } in nextLineBox() function
DInlineFlowBox.cpp229 if (!nextLineBox() && in determineSpacingForFlowBoxes()
664 …age && !renderer()->style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent()) in paintFillLayer()
680 for (InlineRunBox* curr = this; curr; curr = curr->nextLineBox()) in paintFillLayer()
691 if ((!prevLineBox() && !nextLineBox()) || !parent()) in paintBoxShadow()
738 if (!hasBorderImage || (!prevLineBox() && !nextLineBox())) in paintBoxDecorations()
754 for (InlineRunBox* curr = this; curr; curr = curr->nextLineBox()) in paintBoxDecorations()
799 if (!prevLineBox() && !nextLineBox()) { in paintMask()
809 for (InlineRunBox* curr = this; curr; curr = curr->nextLineBox()) in paintMask()
DRenderInline.cpp81 for (InlineRunBox* box = firstLineBox(); box; box = box->nextLineBox()) in destroy()
424 for (; curr; curr = curr->nextLineBox()) in absoluteRects()
443 for (; curr; curr = curr->nextLineBox()) { in absoluteQuads()
547 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox()
836 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in addFocusRingRects()
889 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in paintOutline()
DInlineTextBox.h50 InlineTextBox* nextTextBox() const { return static_cast<InlineTextBox*>(nextLineBox()); } in nextTextBox()
DRenderText.cpp153 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractTextBox()
DRenderLayer.cpp2791 for (InlineRunBox* curr = firstBox->nextLineBox(); curr; curr = curr->nextLineBox()) in localBoundingBox()
DRenderBlock.cpp2895 … for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) { in rightmostPosition()
2986 for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) in leftmostPosition()
5104 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in addFocusRingRects()
DRenderBlockLineLayout.cpp1218 InlineRunBox* next = line->nextLineBox(); in layoutInlineChildren()
/external/webkit/WebCore/
DChangeLog-2005-08-2352513 (khtml::InlineRunBox::nextLineBox):