Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.cpp231 bool inQuirksMode = curr->document().inQuirksMode(); in getParentOfFirstLineBox() local
DRenderBox.cpp4575 bool inQuirksMode = cb->document().inQuirksMode(); in percentageLogicalHeightIsResolvableFromBlock() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h495 bool inQuirksMode() const { return isQuirksModeBehavior(m_context.mode()); } in inQuirksMode() function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp806 bool HTMLConstructionSite::inQuirksMode() in inQuirksMode() function in WebCore::HTMLConstructionSite
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp636 bool inQuirksMode = document().inQuirksMode(); in clientWidth() local
656 bool inQuirksMode = document().inQuirksMode(); in clientHeight() local
945 static inline AtomicString makeIdForStyleResolution(const AtomicString& value, bool inQuirksMode) in makeIdForStyleResolution()
DDocument.h574 bool inQuirksMode() const { return m_compatibilityMode == QuirksMode; } in inQuirksMode() function