Searched refs:slowLastChild (Results 1 – 17 of 17) sorted by relevance
45 void slowLastChild() const WTF_DELETED_FUNCTION;
81 RenderObject* child = ruby->slowLastChild(); in rubyAfterBlock()95 RenderObject* child = ruby->slowLastChild(); in lastRubyRun()
66 void slowLastChild() const WTF_DELETED_FUNCTION;
44 void slowLastChild() const WTF_DELETED_FUNCTION;
79 void slowLastChild() const WTF_DELETED_FUNCTION;
403 while (RenderObject* lastChild = o->slowLastChild()) in previousInPreOrder()429 RenderObject* r = slowLastChild(); in lastLeafChild()432 n = r->slowLastChild(); in lastLeafChild()2887 … if (destroyRootParent->slowFirstChild() != this || destroyRootParent->slowLastChild() != this) in destroyAndCleanupAnonymousWrappers()
805 …derObject* child = (direction == FirstToLast) ? parent->slowFirstChild() : parent->slowLastChild(); in findFirstTextLeafNotInCluster()
763 return toRenderBox(slowLastChild()); in lastChildBox()
935 … RenderObject* child = (firstOrLast == First) ? parent->slowFirstChild() : parent->slowLastChild(); in findTextLeaf()
173 RenderObject* slowLastChild() const in slowLastChild() function
281 if (parent->slowLastChild() != curr) in isLastChildForRenderer()
1076 for (RenderObject* child = slowLastChild(); child; child = child->previousSibling()) { in nodeAtPoint()
42 void slowLastChild() const WTF_DELETED_FUNCTION;
48 void slowLastChild() const WTF_DELETED_FUNCTION;
153 RenderObject* lastChild = renderer->slowLastChild(); in lastChildHasContinuation()1387 lastParent = endOfContinuations(lastParent->slowLastChild())->parent(); in nextSibling()
851 if (RenderObject* oLastChild = o->slowLastChild()) { in getLowerRightCorner()