Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp609 LayoutUnit adjustmentForChildrenWithSameLineHeightAndBaseline = 0; in placeBoxesInBlockDirection() local
611 adjustmentForChildrenWithSameLineHeightAndBaseline = logicalTop(); in placeBoxesInBlockDirection()
613adjustmentForChildrenWithSameLineHeightAndBaseline += (boxModelObject()->borderBefore() + boxModel… in placeBoxesInBlockDirection()
621 curr->adjustBlockDirectionPosition(adjustmentForChildrenWithSameLineHeightAndBaseline); in placeBoxesInBlockDirection()