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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 222 unsigned numAuto = 0;
241 numAuto++;
248 if (!numAuto || totalWidth > tableLogicalWidth) {
275 ASSERT(autoSpan >= numAuto);
276 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
287 numAuto--;
AutoTableLayout.cpp 494 int numAuto = 0;
522 numAuto++;
572 if (available > 0 && numAuto) {
    [all...]

Completed in 24 milliseconds