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 505 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
538 if (maxDescent < descent || !setMaxDescent) {
540 setMaxDescent = true;
579 // setMaxDescent booleans are used to ensure that we're willing to initially set maxAscent/Descent to negative
588 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {
590 setMaxDescent = true;
596 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap,
    [all...]
InlineFlowBox.h 189 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
RootInlineBox.cpp 223 bool setMaxDescent = false;
230 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
    [all...]

Completed in 102 milliseconds