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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp220 unsigned numAuto = 0; local
239 numAuto++;
246 if (!numAuto || totalWidth > tableLogicalWidth) {
273 ASSERT(autoSpan >= numAuto);
274 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
285 numAuto--;
H A DAutoTableLayout.cpp513 int numAuto = 0; local
541 numAuto++;
591 if (available > 0 && numAuto) {

Completed in 490 milliseconds