Home
last modified time | relevance | path

Searched refs:previousSiblingBox (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h128 RenderBox* previousSiblingBox() const;
514 inline RenderBox* RenderBox::previousSiblingBox() const in previousSiblingBox() function
DRenderFlexibleBox.cpp95 …currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox(); in next()
DRenderBlock.cpp4109 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
4260 … for (RenderBox* childBox = lastChildBox(); childBox; childBox = childBox->previousSiblingBox()) { in positionForPoint()
5272 for (RenderBox* curr = lastChildBox(); curr; curr = curr->previousSiblingBox()) { in lastLineBoxBaseline()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1649392 (WebCore::RenderBox::previousSiblingBox):
50939 (WebCore::RenderBox::previousSiblingBox):