Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.h79 mutable bool m_effWidthDirty : 1; variable
DAutoTableLayout.cpp38 , m_effWidthDirty(true) in AutoTableLayout()
160 m_effWidthDirty = true; in fullRecalc()
465 m_effWidthDirty = false; in calcEffectiveWidth()
512 if (m_effWidthDirty) in layout()