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 87 unsigned nEffCols = m_table->numEffCols();
88 m_width.resize(nEffCols);
110 if (currentEffectiveColumn >= nEffCols) {
112 nEffCols++;
118 nEffCols++;
158 while (usedSpan < span && currentColumn < nEffCols) {
210 unsigned nEffCols = m_table->numEffCols();
214 if (nEffCols != m_width.size()) {
217 nEffCols = m_table->numEffCols();
220 Vector<int> calcWidth(nEffCols, 0)
    [all...]
AutoTableLayout.cpp 143 unsigned nEffCols = m_table->numEffCols();
144 m_layoutStruct.resize(nEffCols);
161 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
174 for (unsigned i = 0; i < nEffCols; i++)
262 size_t nEffCols = m_layoutStruct.size();
265 for (size_t i = 0; i < nEffCols; ++i) {
294 while (lastCol < nEffCols && span > 0) {
480 size_t nEffCols = m_table->numEffCols();
484 if (nEffCols != m_layoutStruct.size()) {
487 nEffCols = m_table->numEffCols()
    [all...]
RenderTableSection.cpp 756 unsigned nEffCols = table()->numEffCols();
771 for (unsigned c = 0; c < nEffCols; c++) {
    [all...]
RenderTableSection.h 257 void computeOverflowFromCells(unsigned totalRows, unsigned nEffCols);

Completed in 126 milliseconds