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

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

Completed in 61 milliseconds