Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.h66 , emptyCellsOnly(true) {} in Layout()
74 bool emptyCellsOnly; member
DAutoTableLayout.cpp74 l.emptyCellsOnly = false; in recalcColumn()
366 if (!m_layoutStruct[lastCol].emptyCellsOnly) in calcEffectiveWidth()
463 m_layoutStruct[pos].emptyCellsOnly = false; in calcEffectiveWidth()
548 if (m_layoutStruct[i].emptyCellsOnly) in layout()
617 if (width.isAuto() && totalAuto != 0 && !m_layoutStruct[i].emptyCellsOnly) { in layout()
662 if (m_layoutStruct[i].effWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly) in layout()