Searched refs:previousSiblingBox (Results 1 – 4 of 4) sorted by relevance
200 RenderBox* previousSiblingBox() const;747 inline RenderBox* RenderBox::previousSiblingBox() const in previousSiblingBox() function
96 …currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox(); in next()
2570 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()2762 lastCandidateBox = lastCandidateBox->previousSiblingBox(); in positionForPoint()3482 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()
255 sibling = child.previousSiblingBox(); in addChildToIndexesMap()