Home
last modified time | relevance | path

Searched refs:m_effectiveLogicalWidthDirty (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DAutoTableLayout.h73 mutable bool m_effectiveLogicalWidthDirty : 1; variable
H A DAutoTableLayout.cpp37 , m_effectiveLogicalWidthDirty(true) in AutoTableLayout()
144 m_effectiveLogicalWidthDirty = true; in fullRecalc()
444 m_effectiveLogicalWidthDirty = false; in calcEffectiveLogicalWidth()
488 if (m_effectiveLogicalWidthDirty) in layout()