Searched defs:heightOfBlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp202 LayoutUnit RootInlineBox::alignBoxesInBlockDirection(LayoutUnit heightOfBlock, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, VerticalPositionCache& verticalPositionCache) argument
227 LayoutUnit lineTop = heightOfBlock;
228 LayoutUnit lineBottom = heightOfBlock;
229 LayoutUnit lineTopIncludingMargins = heightOfBlock;
230 LayoutUnit lineBottomIncludingMargins = heightOfBlock;
231 LayoutUnit selectionBottom = heightOfBlock;
235 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, selectionBottom, setLineTop,
242 setLineTopBottomPositions(lineTop, lineBottom, heightOfBlock, heightOfBlock + maxHeight, selectionBottom);
251 heightOfBlock
[all...]

Completed in 610 milliseconds