Home
last modified time | relevance | path

Searched refs:nextOnLine (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp48 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in ~InlineFlowBox()
57 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingWidth()
67 ASSERT(!child->nextOnLine()); in addToLine()
99 m_firstChild = child->nextOnLine(); in removeChild()
102 if (child->nextOnLine()) in removeChild()
103 child->nextOnLine()->setPrevOnLine(child->prevOnLine()); in removeChild()
105 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()
118 next = child->nextOnLine(); in deleteLine()
143 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in extractLine()
156 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in attachLine()
[all …]
DRenderSVGText.cpp132 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteRects()
153 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteQuads()
179 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) in objectBoundingBox()
DInlineBox.cpp224 else if (nextOnLine()) in nextOnLineExists()
250 for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine()) in nextLeafChild()
DInlineBox.h163 InlineBox* nextOnLine() const { return m_next; } in nextOnLine() function
DSVGRootInlineBox.cpp900 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in buildLayoutInformation()
998 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in layoutInlineBoxes()
1356 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in buildTextChunks()
DRenderText.cpp366 if (!box->nextOnLine()) in positionForPoint()
DRenderBlockLineLayout.cpp529 if (!parentBox || parentBox->isConstructed() || parentBox->nextOnLine()) { in createLineBoxes()
/external/webkit/WebCore/
DChangeLog-2005-08-2352508 (khtml::InlineBox::nextOnLine):