Searched refs:inNoQuirksMode (Results 1 – 10 of 10) sorted by relevance
76 ASSERT(inNoQuirksMode()); in HTMLDocument()
329 bool noQuirksMode = m_inlineFlowBox.renderer().document().inNoQuirksMode(); in roundedFrameRectClampedToLineTopAndBottomIfNeeded()
1076 bool noQuirksMode = renderer().document().inNoQuirksMode(); in nodeAtPoint()1116 bool noQuirksMode = renderer().document().inNoQuirksMode(); in constrainToLineTopAndBottomIfNeeded()
216 bool noQuirksMode = renderer().document().inNoQuirksMode(); in alignBoxesInBlockDirection()
240 bool checkFonts = document().inNoQuirksMode(); in updateAlwaysCreateLineBoxes()
65 textBox->setIsText(isOnlyRun || obj->document().inNoQuirksMode()); in createInlineBoxForRenderer()
3422 if (!document().inNoQuirksMode() && replacedHeight) in minLineHeightForReplacedRenderer()
169 if (flow->document().inNoQuirksMode() in requiresLineBoxForContent()
575 bool inNoQuirksMode() const { return m_compatibilityMode == NoQuirksMode; } in inNoQuirksMode() function
1279 if (!document().inNoQuirksMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()