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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp356 LayoutUnit maxAscent = 0, maxDescent = 0; local
386 maxDescent = std::max(maxDescent, descent);
389 setHeight(std::max(yPos + maxAscent + maxDescent, height()));
H A DInlineFlowBox.cpp486 void InlineFlowBox::adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent, int maxPositionTop, int maxPositionBottom) argument
496 if (maxAscent + maxDescent < lineHeight)
497 maxDescent = lineHeight - maxAscent;
500 if (maxAscent + maxDescent < lineHeight)
501 maxAscent = lineHeight - maxDescent;
504 if (maxAscent + maxDescent >= std::max(maxPositionTop, maxPositionBottom))
509 toInlineFlowBox(curr)->adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
514 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
523 // the root box's baseline. The maxDescent value represents the distance of the lowest point of any box
531 // root line box, we only consider it to affect the maxAscent and maxDescent value
513 computeLogicalBoxHeights(RootInlineBox* rootBox, LayoutUnit& maxPositionTop, LayoutUnit& maxPositionBottom, int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent, bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, FontBaseline baselineType, VerticalPositionCache& verticalPositionCache) argument
[all...]
H A DRenderFlexibleBox.cpp1078 LayoutUnit maxAscent = 0, maxDescent = 0; // Used when align-items: baseline. local
1114 maxDescent = std::max(maxDescent, descent);
1116 childCrossAxisMarginBoxExtent = maxAscent + maxDescent;
H A DRootInlineBox.cpp211 int maxDescent = 0; local
220 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
223 if (maxAscent + maxDescent < std::max(maxPositionTop, maxPositionBottom))
224 adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
226 LayoutUnit maxHeight = maxAscent + maxDescent;
673 // the root box's baseline, then we contribute to the maxDescent value.
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 190 milliseconds