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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp962 LayoutUnit changeLogicalBottom = LayoutUnit::min(); local
974 changeLogicalBottom = std::max(changeLogicalBottom, std::max(logicalBottom, oldLogicalBottom));
978 changeLogicalBottom = std::max(changeLogicalBottom, std::max(logicalBottom, oldLogicalBottom));
984 changeLogicalBottom = std::max(changeLogicalBottom, std::max(logicalTop, oldLogicalTop));
996 changeLogicalBottom = std::max(changeLogicalBottom, logicalBottom);
1006 changeLogicalBottom
[all...]

Completed in 155 milliseconds