Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp340 …LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginA… in clientLogicalBottomAfterRepositioning() local
341 maxChildLogicalBottom = std::max(maxChildLogicalBottom, childLogicalBottom); in clientLogicalBottomAfterRepositioning()
DRenderBlock.cpp3457 … LayoutUnit childLogicalBottom = logicalTopForChild(childBox) + logicalHeightForChild(childBox); in positionForPoint() local
3459 … if (isChildHitTestCandidate(childBox) && (pointInLogicalContents.y() < childLogicalBottom in positionForPoint()
3460 || (blocksAreFlipped && pointInLogicalContents.y() == childLogicalBottom))) in positionForPoint()