Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderListItem.cpp153 bool inQuirksMode = curr->document()->inQuirksMode(); in getParentOfFirstLineBox() local
/external/webkit/Source/WebCore/dom/
DElement.cpp423 bool inQuirksMode = document()->inQuirksMode(); in clientWidth() local
443 bool inQuirksMode = document()->inQuirksMode(); in clientHeight() local
DDocument.h625 bool inQuirksMode() const { return m_compatibilityMode == QuirksMode; } in inQuirksMode() function