HomeSort by relevance Sort by last modified time
    Searched refs:setMaxDescent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 514 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
547 if (maxDescent < descent || !setMaxDescent) {
549 setMaxDescent = true;
588 // setMaxDescent booleans are used to ensure that we're willing to initially set maxAscent/Descent to negative
597 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {
599 setMaxDescent = true;
605 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap,
    [all...]
InlineFlowBox.h 188 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
RootInlineBox.cpp 213 bool setMaxDescent = false;
220 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
    [all...]

Completed in 55 milliseconds