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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h76 bool inQuirksMode() const { return isQuirksModeBehavior(m_context.mode()); } function in class:blink::CSSPropertyParser
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp329 , m_inQuirksMode(document->inQuirksMode())
340 , m_inQuirksMode(fragment->document().inQuirksMode())
824 bool HTMLConstructionSite::inQuirksMode() function in class:HTMLConstructionSite
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp580 bool inQuirksMode = document().inQuirksMode(); local
581 if ((!inQuirksMode && document().documentElement() == this)
582 || (inQuirksMode && isHTMLElement() && document().body() == this)) {
600 bool inQuirksMode = document().inQuirksMode(); local
602 if ((!inQuirksMode && document().documentElement() == this)
603 || (inQuirksMode && isHTMLElement() && document().body() == this)) {
626 if (document().inQuirksMode())
649 if (document().inQuirksMode())
937 makeIdForStyleResolution(const AtomicString& value, bool inQuirksMode) argument
[all...]
H A DDocument.h573 bool inQuirksMode() const { return m_compatibilityMode == QuirksMode; } function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2373 if (!document().inQuirksMode() && !containingBlock->isAnonymousBlock())
4145 bool inQuirksMode = cb->document().inQuirksMode(); local
4147 if (!inQuirksMode && !cb->isAnonymousBlock())
4170 if (cb->isRenderView() || inQuirksMode || isOutOfFlowPositionedWithSpecifiedHeight)

Completed in 473 milliseconds