Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DAutoTableLayout.h56 , emptyCellsOnly(true) in Layout()
67 bool emptyCellsOnly; member
DAutoTableLayout.cpp64 columnLayout.emptyCellsOnly = false; in recalcColumn()
348 if (!columnLayout.emptyCellsOnly) in calcEffectiveLogicalWidth()
441 m_layoutStruct[pos].emptyCellsOnly = false; in calcEffectiveLogicalWidth()
525 if (m_layoutStruct[i].emptyCellsOnly) in layout()
594 if (logicalWidth.isAuto() && totalAuto && !m_layoutStruct[i].emptyCellsOnly) { in layout()
637 … if (m_layoutStruct[i].effectiveLogicalWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly) in layout()