Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBox.h41 RenderBox* lastChildBox() const;
420 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
DRenderBlock.cpp2763 RenderBox* currBox = lastChildBox(); in lowestPosition()
3415 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
3580 if (lastChildBox() && contentsY > lastChildBox()->y()) { in positionForPoint()
3581 … for (RenderBox* childBox = lastChildBox(); childBox; childBox = childBox->previousSiblingBox()) { in positionForPoint()
4535 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()
DRenderFlexibleBox.cpp90 current = box->lastChildBox(); in next()
/external/webkit/WebCore/
DChangeLog-2009-06-1645526 (WebCore::RenderBox::lastChildBox):
46483 (WebCore::RenderContainer::lastChildBox):
50964 (WebCore::RenderContainer::lastChildBox):