Searched refs:atBottomOfBlock (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp1739 bool atBottomOfBlock = true; local
1740 for (RenderBox* curr = child->nextSiblingBox(); curr && atBottomOfBlock; curr = curr->nextSiblingBox()) {
1742 atBottomOfBlock = false;
1746 if (atBottomOfBlock) {

Completed in 80 milliseconds