Home
last modified time | relevance | path

Searched defs:nEffCols (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFixedTableLayout.cpp87 unsigned nEffCols = m_table->numEffCols(); in calcWidthArray() local
210 unsigned nEffCols = m_table->numEffCols(); in layout() local
DAutoTableLayout.cpp143 unsigned nEffCols = m_table->numEffCols(); in fullRecalc() local
262 size_t nEffCols = m_layoutStruct.size(); in calcEffectiveLogicalWidth() local
480 size_t nEffCols = m_table->numEffCols(); in layout() local
DRenderTableSection.cpp891 unsigned nEffCols = table()->numEffCols(); in layoutRows() local
1025 unsigned nEffCols = table()->numEffCols(); in computeOverflowFromCells() local
1029 void RenderTableSection::computeOverflowFromCells(unsigned totalRows, unsigned nEffCols) in computeOverflowFromCells()