Searched refs:lastChildBox (Results 1 – 4 of 4) sorted by relevance
45 RenderBox* lastChildBox() const;534 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
91 m_currentChild = m_box->lastChildBox(); in next()
4109 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()
45526 (WebCore::RenderBox::lastChildBox):46483 (WebCore::RenderContainer::lastChildBox):50964 (WebCore::RenderContainer::lastChildBox):