Searched refs:totalPercentWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp223 int totalPercentWidth = 0; local
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/
H A DDataGrid.js489 var totalPercentWidth = 0; variable
496 totalPercentWidth += width;
499 var recoupPercent = totalPercentWidth - 100;

Completed in 68 milliseconds