Searched refs:nextWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A 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/
H A DTextAutosizer.cpp662 float nextWidth = clusterInfos[i + 1].root->contentLogicalWidth(); local
663 if (currentWidth - nextWidth > maxWidthDifferenceWithinGroup)
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 113 milliseconds