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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp621 LayoutUnit adjustmentForChildrenWithSameLineHeightAndBaseline = 0; local
623 adjustmentForChildrenWithSameLineHeightAndBaseline = logicalTop();
625 adjustmentForChildrenWithSameLineHeightAndBaseline += (boxModelObject()->borderBefore() + boxModelObject()->paddingBefore());
633 curr->adjustBlockDirectionPosition(adjustmentForChildrenWithSameLineHeightAndBaseline.toFloat());

Completed in 155 milliseconds