Home
last modified time | relevance | path

Searched refs:lastChildBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h63 RenderBox* lastChildBox() const;
737 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
DRenderDeprecatedFlexibleBox.cpp95 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox(); in next()
DRenderBlock.cpp3254 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
3444 RenderBox* lastCandidateBox = lastChildBox(); in positionForPoint()
4631 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()