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

/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.cpp718 bool HTMLConstructionSite::inQuirksMode() function in class:WebCore::HTMLConstructionSite
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.h527 inline bool inQuirksMode() const { return m_context.mode == CSSQuirksMode; } function in class:WebCore::CSSParser
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp754 bool inQuirksMode = document()->inQuirksMode(); local
778 bool inQuirksMode = document()->inQuirksMode(); local
1007 static inline AtomicString makeIdForStyleResolution(const AtomicString& value, bool inQuirksMode) argument
[all...]
H A DDocument.h634 bool inQuirksMode() const { return m_compatibilityMode == QuirksMode; } function in class:WebCore::Document
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBox.cpp4249 bool inQuirksMode = cb->document()->inQuirksMode(); local

Completed in 176 milliseconds