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.cpp621 LayoutUnit adjustmentForChildrenWithSameLineHeightAndBaseline = 0; in placeBoxesInBlockDirection() local
623 adjustmentForChildrenWithSameLineHeightAndBaseline = logicalTop(); in placeBoxesInBlockDirection()
625adjustmentForChildrenWithSameLineHeightAndBaseline += (boxModelObject()->borderBefore() + boxModel… in placeBoxesInBlockDirection()
633 … curr->adjustBlockDirectionPosition(adjustmentForChildrenWithSameLineHeightAndBaseline.toFloat()); in placeBoxesInBlockDirection()