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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp608 bool& affectsAscent, bool& affectsDescent) const
620 affectsAscent = true;
657 if (!affectsAscent)
658 affectsAscent = usedFontAscent - box->logicalTop() > 0;
674 affectsAscent = ascentWithLeading - box->logicalTop() > 0;
682 affectsAscent = fontAscent - box->logicalTop() > 0;
688 affectsAscent = glyphOverflow->top - box->logicalTop() > 0;
704 affectsAscent = true;
607 ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const argument
H A DRootInlineBox.h154 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
H A DInlineFlowBox.cpp533 bool affectsAscent = false; local
541 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
563 bool affectsAscent = false; local
573 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
592 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) {

Completed in 546 milliseconds