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 220 unsigned numAuto = 0;
239 numAuto++;
246 if (!numAuto || totalWidth > tableLogicalWidth) {
273 ASSERT(autoSpan >= numAuto);
274 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
285 numAuto--;
AutoTableLayout.cpp 513 int numAuto = 0;
541 numAuto++;
591 if (available > 0 && numAuto) {
    [all...]

Completed in 235 milliseconds