Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
Dtable_column_model.js93 var nextWidth = currentPlusNextWidth - width;
96 nextWidth = currentPlusNextWidth - minWidth;
98 if (nextWidth < minWidth) {
100 nextWidth = minWidth;
106 this.columns_[index + 1].width = nextWidth;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp685 float nextWidth = clusterInfos[i + 1].root->contentLogicalWidth(); in getNarrowDescendantsGroupedByWidth() local
686 if (currentWidth - nextWidth > maxWidthDifferenceWithinGroup) in getNarrowDescendantsGroupedByWidth()