Searched refs:borderWidth (Results 26 - 29 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1289 int borderWidth = max(-outlineStyle->outlineOffset(), max(borderRight, max(style()->borderTopRightRadius().width().calcValue(boxWidth), style()->borderBottomRightRadius().width().calcValue(boxWidth)))) + max(ow, shadowRight); local
1290 IntRect rightRect(newOutlineBox.x() + min(newOutlineBox.width(), oldOutlineBox.width()) - borderWidth,
1292 width + borderWidth,
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp911 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth) argument
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1984 void GraphicsLayerCA::setDebugBorder(const Color& color, float borderWidth) argument
1988 m_layer->setBorderWidth(borderWidth);
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2241 borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)',
2245 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borderColor: {}};
2258 Short.borderWidth[bdw] = Short[bd][bdw] = All[bdw] = '@px';

Completed in 117 milliseconds

12