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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.cpp500 unsigned numAutoEmptyCellsOnly = 0; local
520 numAutoEmptyCellsOnly++;
614 if (available > 0 && nEffCols > numAutoEmptyCellsOnly) {
615 unsigned total = nEffCols - numAutoEmptyCellsOnly;

Completed in 56 milliseconds