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 220 int totalPercentWidth = 0;
233 totalPercentWidth += calcWidth[i];
242 int totalWidth = totalFixedWidth + totalPercentWidth;
258 totalPercentWidth = 0;
262 totalPercentWidth += calcWidth[i];
266 totalWidth = totalFixedWidth + totalPercentWidth;
271 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DataGrid.js 515 var totalPercentWidth = 0;
522 totalPercentWidth += width;
525 var recoupPercent = totalPercentWidth - 100;
    [all...]

Completed in 91 milliseconds