Searched refs:prevOnLine (Results 1 – 3 of 3) sorted by relevance
263 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine()) in prevLeafChild()
97 ASSERT(!child->prevOnLine()); in addToLine()192 m_lastChild = child->prevOnLine(); in removeChild()194 child->nextOnLine()->setPrevOnLine(child->prevOnLine()); in removeChild()195 if (child->prevOnLine()) in removeChild()196 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()1022 for (InlineBox* curr = lastChild(); curr; curr = curr->prevOnLine()) { in nodeAtPoint()1437 for (InlineBox* child = lastChild(); child && !leaf; child = child->prevOnLine()) in lastLeafChild()1480 box = box->prevOnLine(); in placeEllipsisBox()1661 ASSERT(child->prevOnLine() == prev); in checkConsistency()
155 InlineBox* prevOnLine() const { return m_prev; } in prevOnLine() function