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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3676 int changeLogicalBottom = numeric_limits<int>::min(); local
3688 changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom));
3691 changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom));
3702 changeLogicalBottom = max(changeLogicalBottom, logicalBottom);
3712 changeLogicalBottom = max(changeLogicalBottom, logicalBottomForFloat(floatingObject));
3717 markLinesDirtyInBlockRange(changeLogicalTop, changeLogicalBottom);
[all...]

Completed in 47 milliseconds