Searched defs:noQuirksMode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlineFlowBoxPainter.cpp329 bool noQuirksMode = m_inlineFlowBox.renderer().document().inNoQuirksMode(); local
330 if (!noQuirksMode && !m_inlineFlowBox.hasTextChildren() && !(m_inlineFlowBox.descendantsHaveSameLineHeightAndBaseline() && m_inlineFlowBox.hasTextDescendants())) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp1076 bool noQuirksMode = renderer().document().inNoQuirksMode(); local
1077 if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
1116 bool noQuirksMode = renderer().document().inNoQuirksMode(); local
1117 if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
H A DRootInlineBox.cpp216 bool noQuirksMode = renderer().document().inNoQuirksMode(); local
220 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
235 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, selectionBottom, setLineTop,

Completed in 182 milliseconds