Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp3652 int changeLogicalBottom = numeric_limits<int>::min(); in clearFloats() local
3664changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom)); in clearFloats()
3667changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom)); in clearFloats()
3678 changeLogicalBottom = max(changeLogicalBottom, logicalBottom); in clearFloats()
3688changeLogicalBottom = max(changeLogicalBottom, logicalBottomForFloat(floatingObject)); in clearFloats()
3693 markLinesDirtyInBlockRange(changeLogicalTop, changeLogicalBottom); in clearFloats()