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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 85 unsigned nEffCols = m_table->numEffCols();
86 m_width.resize(nEffCols);
108 if (currentEffectiveColumn >= nEffCols) {
110 nEffCols++;
116 nEffCols++;
156 while (usedSpan < span && currentColumn < nEffCols) {
208 unsigned nEffCols = m_table->numEffCols();
212 if (nEffCols != m_width.size()) {
215 nEffCols = m_table->numEffCols();
218 Vector<int> calcWidth(nEffCols, 0)
    [all...]
AutoTableLayout.cpp 145 unsigned nEffCols = m_table->numEffCols();
146 m_layoutStruct.resize(nEffCols);
163 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
176 for (unsigned i = 0; i < nEffCols; i++)
280 size_t nEffCols = m_layoutStruct.size();
283 for (size_t i = 0; i < nEffCols; ++i) {
313 while (lastCol < nEffCols && span > 0) {
499 size_t nEffCols = m_table->numEffCols();
503 if (nEffCols != m_layoutStruct.size()) {
506 nEffCols = m_table->numEffCols()
    [all...]
RenderTableSection.cpp     [all...]
RenderTableSection.h 282 void computeOverflowFromCells(unsigned totalRows, unsigned nEffCols);

Completed in 191 milliseconds