Searched refs:prevOnLine (Results 1 – 3 of 3) sorted by relevance
262 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine()) in prevLeafChild()
97 ASSERT(!child->prevOnLine()); in addToLine()190 m_lastChild = child->prevOnLine(); in removeChild()192 child->nextOnLine()->setPrevOnLine(child->prevOnLine()); in removeChild()193 if (child->prevOnLine()) in removeChild()194 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()999 for (InlineBox* curr = lastChild(); curr; curr = curr->prevOnLine()) { in nodeAtPoint()1410 for (InlineBox* child = lastChild(); child && !leaf; child = child->prevOnLine()) in lastLeafChild()1453 box = box->prevOnLine(); in placeEllipsisBox()1634 ASSERT(child->prevOnLine() == prev); in checkConsistency()
152 InlineBox* prevOnLine() const { return m_prev; } in prevOnLine() function