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

/external/webkit/Source/WebCore/dom/
H A DElement.cpp423 bool inQuirksMode = document()->inQuirksMode(); local
424 if ((!inQuirksMode && document()->documentElement() == this) ||
425 (inQuirksMode && isHTMLElement() && document()->body() == this)) {
443 bool inQuirksMode = document()->inQuirksMode(); local
445 if ((!inQuirksMode && document()->documentElement() == this) ||
446 (inQuirksMode && isHTMLElement() && document()->body() == this)) {
780 else if (document()->inQuirksMode())
1787 bool strictParsing = !document()->inQuirksMode();
[all...]

Completed in 345 milliseconds