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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp223 int RootInlineBox::alignBoxesInBlockDirection(int heightOfBlock, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, VerticalPositionCache& verticalPositionCache) argument
250 int lineTop = heightOfBlock;
251 int lineBottom = heightOfBlock;
252 int lineTopIncludingMargins = heightOfBlock;
253 int lineBottomIncludingMargins = heightOfBlock;
257 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, setLineTop,
268 heightOfBlock += annotationsAdjustment;
273 return heightOfBlock + maxHeight;
H A DRootInlineBox.h60 int alignBoxesInBlockDirection(int heightOfBlock, GlyphOverflowAndFallbackFontsMap&, VerticalPositionCache&);

Completed in 83 milliseconds