Searched refs:numAuto (Results 1 - 3 of 3) sorted by path

/external/webkit/Source/WebCore/rendering/
H A DAutoTableLayout.cpp497 int numAuto = 0; local
528 numAuto++;
590 if (available > 0 && numAuto) {
H A DFixedTableLayout.cpp235 int numAuto = 0; local
254 numAuto++;
261 if (!numAuto || totalWidth > tableLogicalWidth) {
288 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
299 numAuto--;
H A DRenderTableSection.cpp526 int numAuto = 0; local
529 numAuto++;
553 if (numAuto) {
557 if (numAuto > 0 && m_grid[r].logicalHeight.isAuto()) {
558 int toAdd = dh / numAuto;
561 numAuto--;

Completed in 186 milliseconds