Home
last modified time | relevance | path

Searched refs:setMaxAscent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp514 … int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent, in computeLogicalBoxHeights() argument
543 if (maxAscent < ascent || !setMaxAscent) { in computeLogicalBoxHeights()
545 setMaxAscent = true; in computeLogicalBoxHeights()
592 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) { in computeLogicalBoxHeights()
594 setMaxAscent = true; in computeLogicalBoxHeights()
605setMaxAscent, setMaxDescent, strictMode, textBoxDataMap, in computeLogicalBoxHeights()
DInlineFlowBox.h188 … int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
DRootInlineBox.cpp212 bool setMaxAscent = false; in alignBoxesInBlockDirection() local
220 …ights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent,… in alignBoxesInBlockDirection()