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.h90 RenderBox* lastChildBox() const;
767 inline RenderBox* RenderBox::lastChildBox() const in lastChildBox() function
DRenderDeprecatedFlexibleBox.cpp94 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox(); in next()
DRenderBlock.cpp2570 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
2760 RenderBox* lastCandidateBox = lastChildBox(); in positionForPoint()
3482 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()