Searched refs:slowLastChild (Results 1 – 16 of 16) sorted by relevance
46 void slowLastChild() const WTF_DELETED_FUNCTION;
81 RenderObject* child = ruby->slowLastChild(); in rubyAfterBlock()95 RenderObject* child = ruby->slowLastChild(); in lastRubyRun()
67 void slowLastChild() const WTF_DELETED_FUNCTION;
45 void slowLastChild() const WTF_DELETED_FUNCTION;
440 while (RenderObject* lastChild = o->slowLastChild()) in previousInPreOrder()466 RenderObject* r = slowLastChild(); in lastLeafChild()469 n = r->slowLastChild(); in lastLeafChild()2488 …if (destroyRootParent->slowFirstChild() != destroyRoot || destroyRootParent->slowLastChild() != de… in destroyAndCleanupAnonymousWrappers()
76 void slowLastChild() const WTF_DELETED_FUNCTION;
769 return toRenderBox(slowLastChild()); in lastChildBox()
931 … RenderObject* child = (firstOrLast == First) ? parent->slowFirstChild() : parent->slowLastChild(); in findTextLeaf()
173 RenderObject* slowLastChild() const in slowLastChild() function
282 if (parent->slowLastChild() != curr) in isLastChildForRenderer()
1052 for (RenderObject* child = slowLastChild(); child; child = child->previousSibling()) { in nodeAtPoint()
43 void slowLastChild() const WTF_DELETED_FUNCTION;
49 void slowLastChild() const WTF_DELETED_FUNCTION;
155 RenderObject* lastChild = renderer->slowLastChild(); in lastChildHasContinuation()1408 lastParent = endOfContinuations(lastParent->slowLastChild())->parent(); in nextSibling()
938 if (RenderObject* oLastChild = o->slowLastChild()) { in getLowerRightCorner()