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

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

Completed in 13 milliseconds