Home
last modified time | relevance | path

Searched refs:ascentAndDescentForBox (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.h136 …void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& desce…
DInlineFlowBox.cpp506 …rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDe… in computeLogicalBoxHeights()
538 …rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDesce… in computeLogicalBoxHeights()
DRootInlineBox.cpp563 void RootInlineBox::ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBo… in ascentAndDescentForBox() function in WebCore::RootInlineBox
/external/webkit/Source/WebCore/
DChangeLog40389 …so that it could be called from RenderBlockLineLayout. ascentAndDescentForBox is the new method th…
40454 (WebCore::RootInlineBox::ascentAndDescentForBox):