Searched refs:previousSiblingBox (Results 1 – 4 of 4) sorted by relevance
128 RenderBox* previousSiblingBox() const;514 inline RenderBox* RenderBox::previousSiblingBox() const in previousSiblingBox() function
95 …currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox(); in next()
4109 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()4260 … for (RenderBox* childBox = lastChildBox(); childBox; childBox = childBox->previousSiblingBox()) { in positionForPoint()5272 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()
49392 (WebCore::RenderBox::previousSiblingBox):50939 (WebCore::RenderBox::previousSiblingBox):