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

  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 235 int numAuto = 0;
254 numAuto++;
261 if (!numAuto || totalWidth > tableLogicalWidth) {
288 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
299 numAuto--;
RenderTableSection.cpp 526 int numAuto = 0;
529 numAuto++;
553 if (numAuto) {
557 if (numAuto > 0 && m_grid[r].logicalHeight.isAuto()) {
558 int toAdd = dh / numAuto;
561 numAuto--;
    [all...]
AutoTableLayout.cpp 497 int numAuto = 0;
528 numAuto++;
590 if (available > 0 && numAuto) {
    [all...]

Completed in 481 milliseconds