Home
last modified time | relevance | path

Searched refs:slowLastChild (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMedia.h46 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderRuby.cpp81 RenderObject* child = ruby->slowLastChild(); in rubyAfterBlock()
95 RenderObject* child = ruby->slowLastChild(); in lastRubyRun()
DRenderTableCol.h46 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderFrameSet.h67 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderInline.h45 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderObject.cpp440 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()
DRenderBlock.h76 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderBox.h769 return toRenderBox(slowLastChild()); in lastChildBox()
DTextAutosizer.cpp931 … RenderObject* child = (firstOrLast == First) ? parent->slowFirstChild() : parent->slowLastChild(); in findTextLeaf()
DRenderObject.h173 RenderObject* slowLastChild() const in slowLastChild() function
DInlineFlowBox.cpp282 if (parent->slowLastChild() != curr) in isLastChildForRenderer()
DRenderBox.cpp1052 for (RenderObject* child = slowLastChild(); child; child = child->previousSibling()) { in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGContainer.h43 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderSVGRoot.h49 void slowLastChild() const WTF_DELETED_FUNCTION;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp155 RenderObject* lastChild = renderer->slowLastChild(); in lastChildHasContinuation()
1408 lastParent = endOfContinuations(lastParent->slowLastChild())->parent(); in nextSibling()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp938 if (RenderObject* oLastChild = o->slowLastChild()) { in getLowerRightCorner()