Searched refs:lastChildBox (Results 1 – 3 of 3) sorted by relevance
90 RenderBox* lastChildBox() const;767 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
94 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox(); in next()
2570 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()2760 RenderBox* lastCandidateBox = lastChildBox(); in positionForPoint()3482 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()