Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.cpp329 bool haveAuto = false; in calcEffectiveWidth() local
348 haveAuto = true; in calcEffectiveWidth()
424 … if (m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth) { in calcEffectiveWidth()
435 … if (!(m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth)) { in calcEffectiveWidth()