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()
98 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingWidth()
108 ASSERT(!child->nextOnLine()); in addToLine()
140 m_firstChild = child->nextOnLine(); in removeChild()
143 if (child->nextOnLine()) in removeChild()
144 child->nextOnLine()->setPrevOnLine(child->prevOnLine()); in removeChild()
146 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()
159 next = child->nextOnLine(); in deleteLine()
179 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in extractLine()
187 for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) in attachLine()
[all …]
DRenderSVGText.cpp161 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteRects()
186 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteQuads()
210 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) in relativeBBox()
DInlineBox.cpp186 else if (nextOnLine()) in nextOnLineExists()
DInlineBox.h161 InlineBox* nextOnLine() const { return m_next; } in nextOnLine() function
DSVGRootInlineBox.cpp912 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in buildLayoutInformation()
1010 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in layoutInlineBoxes()
1372 for (InlineBox* curr = start->firstChild(); curr; curr = curr->nextOnLine()) { in buildTextChunks()
DRenderText.cpp360 if (!box->nextOnLine()) in positionForCoordinates()
Dbidi.cpp486 if (!parentBox || parentBox->isConstructed() || parentBox->nextOnLine()) { in createLineBoxes()
/external/webkit/WebCore/
DChangeLog-2005-08-2352508 (khtml::InlineBox::nextOnLine):