Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dribbon.js170 var fullWidth = fullItems * itemWidth;
171 this.style.width = fullWidth + 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1376 int fullWidth = usedWidth(); in getDoubleBorderStripeWidths() local
1377 outerWidth = fullWidth / 3; in getDoubleBorderStripeWidths()
1378 innerWidth = fullWidth * 2 / 3; in getDoubleBorderStripeWidths()
1381 if (fullWidth % 3 == 2) in getDoubleBorderStripeWidths()
1384 if (fullWidth % 3 == 1) in getDoubleBorderStripeWidths()