Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFixedTableLayout.cpp223 int totalPercentWidth = 0; in layout() local
236 totalPercentWidth += calcWidth[i]; in layout()
245 int totalWidth = totalFixedWidth + totalPercentWidth; in layout()
261 totalPercentWidth = 0; in layout()
265 totalPercentWidth += calcWidth[i]; in layout()
269 totalWidth = totalFixedWidth + totalPercentWidth; in layout()
274 …int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpa… in layout()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DDataGrid.js489 var totalPercentWidth = 0;
496 totalPercentWidth += width;
499 var recoupPercent = totalPercentWidth - 100;