Searched refs:noQuirksMode (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 249 bool noQuirksMode = renderer()->document().inNoQuirksMode(); in alignBoxesInBlockDirection() local 253 …axPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode, in alignBoxesInBlockDirection() 267 …placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom,… in alignBoxesInBlockDirection()
|
D | InlineFlowBox.cpp | 1041 bool noQuirksMode = renderer()->document().inNoQuirksMode(); in nodeAtPoint() local 1042 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in nodeAtPoint() 1209 bool noQuirksMode = renderer()->document().inNoQuirksMode(); in constrainToLineTopAndBottomIfNeeded() local 1210 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in constrainToLineTopAndBottomIfNeeded()
|