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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.h59 , emptyCellsOnly(true)
70 bool emptyCellsOnly; member in struct:blink::FINAL::Layout
H A DAutoTableLayout.cpp69 columnLayout.emptyCellsOnly = false;
347 if (!columnLayout.emptyCellsOnly)
459 m_layoutStruct[pos].emptyCellsOnly = false;
538 if (m_layoutStruct[i].emptyCellsOnly)
595 if (logicalWidth.isAuto() && totalAuto && !m_layoutStruct[i].emptyCellsOnly) {
639 if (m_layoutStruct[i].effectiveLogicalWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly)

Completed in 592 milliseconds