Searched refs:lastChildBox (Results 1 – 3 of 3) sorted by relevance
63 RenderBox* lastChildBox() const;737 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
95 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox(); in next()
3254 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()3444 RenderBox* lastCandidateBox = lastChildBox(); in positionForPoint()4631 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()