Home
last modified time | relevance | path

Searched refs:lastChildBox (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBox.h45 RenderBox* lastChildBox() const;
521 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
H A DRenderFlexibleBox.cpp86 current = box->lastChildBox(); in next()
H A DRenderBlock.cpp4089 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
4244 if (lastChildBox() && pointInContents.y() > lastChildBox()->logicalTop()) { in positionForPoint()
4245 … for (RenderBox* childBox = lastChildBox(); childBox; childBox = childBox->previousSiblingBox()) { in positionForPoint()
5257 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1645526 (WebCore::RenderBox::lastChildBox):
46483 (WebCore::RenderContainer::lastChildBox):
50964 (WebCore::RenderContainer::lastChildBox):