Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.h45 RenderBox* lastChildBox() const;
534 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
DRenderFlexibleBox.cpp91 m_currentChild = m_box->lastChildBox(); in next()
DRenderBlock.cpp4109 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
4259 if (lastChildBox() && pointInContents.y() > lastChildBox()->logicalTop()) { in positionForPoint()
4260 … for (RenderBox* childBox = lastChildBox(); childBox; childBox = childBox->previousSiblingBox()) { in positionForPoint()
5272 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1645526 (WebCore::RenderBox::lastChildBox):
46483 (WebCore::RenderContainer::lastChildBox):
50964 (WebCore::RenderContainer::lastChildBox):