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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp534 bool affectsDescent = false; local
541 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
564 bool affectsDescent = false; local
573 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
597 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {

Completed in 36 milliseconds