Searched refs:previousSiblingBox (Results 1 – 4 of 4) sorted by relevance
198 RenderBox* previousSiblingBox() const;741 inline RenderBox* RenderBox::previousSiblingBox() const in previousSiblingBox() function
98 …currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox(); in next()
241 sibling = child->previousSiblingBox(); in addChildToIndexesMap()
2971 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()3163 lastCandidateBox = lastCandidateBox->previousSiblingBox(); in positionForPoint()3882 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()