Searched refs:previousSiblingBox (Results 1 – 4 of 4) sorted by relevance
166 …ASSERT(!previousSiblingBox() || !previousSiblingBox()->isRenderMultiColumnSet()); // FIXME: multip… in prepareForLayout()
175 RenderBox* previousSiblingBox() const;717 inline RenderBox* RenderBox::previousSiblingBox() const in previousSiblingBox() function
97 …currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox(); in next()
3254 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()3446 lastCandidateBox = lastCandidateBox->previousSiblingBox(); in positionForPoint()4631 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()