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;
512 inline RenderBox* RenderBox::previousSiblingBox() const in previousSiblingBox() function
DRenderFlexibleBox.cpp95 current = forward ? current->nextSiblingBox() : current->previousSiblingBox(); in next()
DRenderBlock.cpp4085 for (RenderBox* child = lastChildBox(); child; child = child->previousSiblingBox()) { in hitTestContents()
4236 … for (RenderBox* childBox = lastChildBox(); childBox; childBox = childBox->previousSiblingBox()) { in positionForPoint()
5248 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):