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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3657 int changeLogicalBottom = numeric_limits<int>::min(); local
3669 changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom));
3672 changeLogicalBottom = max(changeLogicalBottom, max(logicalBottom, oldLogicalBottom));
3683 changeLogicalBottom = max(changeLogicalBottom, logicalBottom);
3693 changeLogicalBottom = max(changeLogicalBottom, logicalBottomForFloat(floatingObject));
3698 markLinesDirtyInBlockRange(changeLogicalTop, changeLogicalBottom);
[all...]

Completed in 35 milliseconds