Searched refs:inNoQuirksMode (Results 1 – 9 of 9) sorted by relevance
77 ASSERT(inNoQuirksMode()); in HTMLDocument()
167 if (flow->document().inNoQuirksMode() in requiresLineBoxForContent()
1064 bool noQuirksMode = renderer().document().inNoQuirksMode(); in nodeAtPoint()1236 bool noQuirksMode = renderer().document().inNoQuirksMode(); in constrainToLineTopAndBottomIfNeeded()
226 bool noQuirksMode = renderer().document().inNoQuirksMode(); in alignBoxesInBlockDirection()
225 bool checkFonts = document().inNoQuirksMode(); in updateAlwaysCreateLineBoxes()
116 textBox->setIsText(isOnlyRun || obj->document().inNoQuirksMode()); in createInlineBoxForRenderer()
3822 if (!document().inNoQuirksMode() && replacedHeight) in minLineHeightForReplacedRenderer()
600 bool inNoQuirksMode() const { return m_compatibilityMode == NoQuirksMode; } in inNoQuirksMode() function
1262 if (!document().inNoQuirksMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()