Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMedia.h45 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderRuby.cpp81 RenderObject* child = ruby->slowLastChild(); in rubyAfterBlock()
95 RenderObject* child = ruby->slowLastChild(); in lastRubyRun()
DRenderTableCol.h45 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderFrameSet.h66 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderInline.h44 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderBlock.h79 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderObject.cpp403 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()
DTextAutosizer.cpp805 …derObject* child = (direction == FirstToLast) ? parent->slowFirstChild() : parent->slowLastChild(); in findFirstTextLeafNotInCluster()
DRenderBox.h763 return toRenderBox(slowLastChild()); in lastChildBox()
DFastTextAutosizer.cpp935 … RenderObject* child = (firstOrLast == First) ? parent->slowFirstChild() : parent->slowLastChild(); in findTextLeaf()
DRenderObject.h173 RenderObject* slowLastChild() const in slowLastChild() function
DInlineFlowBox.cpp281 if (parent->slowLastChild() != curr) in isLastChildForRenderer()
DRenderBox.cpp1076 for (RenderObject* child = slowLastChild(); child; child = child->previousSibling()) { in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGContainer.h42 void slowLastChild() const WTF_DELETED_FUNCTION;
DRenderSVGRoot.h48 void slowLastChild() const WTF_DELETED_FUNCTION;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp153 RenderObject* lastChild = renderer->slowLastChild(); in lastChildHasContinuation()
1387 lastParent = endOfContinuations(lastParent->slowLastChild())->parent(); in nextSibling()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp851 if (RenderObject* oLastChild = o->slowLastChild()) { in getLowerRightCorner()