Searched refs:noQuirksMode (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | InlineFlowBoxPainter.cpp | 329 bool noQuirksMode = m_inlineFlowBox.renderer().document().inNoQuirksMode(); in roundedFrameRectClampedToLineTopAndBottomIfNeeded() local 330 …if (!noQuirksMode && !m_inlineFlowBox.hasTextChildren() && !(m_inlineFlowBox.descendantsHaveSameLi… in roundedFrameRectClampedToLineTopAndBottomIfNeeded()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 216 bool noQuirksMode = renderer().document().inNoQuirksMode(); in alignBoxesInBlockDirection() local 220 …axPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode, in alignBoxesInBlockDirection() 235 …placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom,… in alignBoxesInBlockDirection()
|
D | InlineFlowBox.cpp | 1076 bool noQuirksMode = renderer().document().inNoQuirksMode(); in nodeAtPoint() local 1077 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in nodeAtPoint() 1116 bool noQuirksMode = renderer().document().inNoQuirksMode(); in constrainToLineTopAndBottomIfNeeded() local 1117 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in constrainToLineTopAndBottomIfNeeded()
|