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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 223 int totalPercentWidth = 0;
236 totalPercentWidth += calcWidth[i];
245 int totalWidth = totalFixedWidth + totalPercentWidth;
261 totalPercentWidth = 0;
265 totalPercentWidth += calcWidth[i];
269 totalWidth = totalFixedWidth + totalPercentWidth;
274 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DataGrid.js 489 var totalPercentWidth = 0;
496 totalPercentWidth += width;
499 var recoupPercent = totalPercentWidth - 100;
    [all...]

Completed in 208 milliseconds