Home | History | Annotate | Download | only in dom

Lines Matching refs:inQuirksMode

423     bool inQuirksMode = document()->inQuirksMode();
424 if ((!inQuirksMode && document()->documentElement() == this) ||
425 (inQuirksMode && isHTMLElement() && document()->body() == this)) {
443 bool inQuirksMode = document()->inQuirksMode();
445 if ((!inQuirksMode && document()->documentElement() == this) ||
446 (inQuirksMode && isHTMLElement() && document()->body() == this)) {
780 else if (document()->inQuirksMode())
1767 bool strictParsing = !document()->inQuirksMode();