HomeSort by relevance Sort by last modified time
    Searched refs:emptyCellsOnly (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
AutoTableLayout.h 64 , emptyCellsOnly(true) {}
72 bool emptyCellsOnly;
AutoTableLayout.cpp 74 l.emptyCellsOnly = false;
366 if (!m_layoutStruct[lastCol].emptyCellsOnly)
463 m_layoutStruct[pos].emptyCellsOnly = false;
548 if (m_layoutStruct[i].emptyCellsOnly)
617 if (width.isAuto() && totalAuto != 0 && !m_layoutStruct[i].emptyCellsOnly) {
662 if (m_layoutStruct[i].effWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly)

Completed in 23 milliseconds