Home
last modified time | relevance | path

Searched defs:borderWidth (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_sync_promo_controller.mm54 - (CGFloat)borderWidth { method
/external/chromium_org/ui/accessibility/extensions/longdesc/
DlastRightClick.js7 var borderWidth; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp886 unsigned borderWidth = 0; in calcBorderStart() local
940 unsigned borderWidth = 0; in calcBorderEnd() local
1015 int borderWidth = 0; in outerBorderBefore() local
1033 int borderWidth = 0; in outerBorderAfter() local
1053 int borderWidth = 0; in outerBorderStart() local
1080 int borderWidth = 0; in outerBorderEnd() local
DRenderBoxModelObject.h114 int borderWidth() const { return borderLeft() + borderRight(); } in borderWidth() function
DRenderTableSection.cpp1134 unsigned borderWidth = 0; in calcBlockDirectionOuterBorder() local
1189 unsigned borderWidth = 0; in calcInlineDirectionOuterBorder() local
DRenderBox.cpp3918 …LayoutUnit borderWidth = std::max<LayoutUnit>(borderRight(), std::max(borderTopRightRadiusWidth, b… in incrementallyInvalidatePaint() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DImagePainter.cpp83 const int borderWidth = 1; in paintReplaced() local
/external/deqp/framework/platform/X11/
DtcuX11.cpp205 unsigned width_, height_, borderWidth, depth; in getDimensions() local
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCTableCombo.java553 int borderWidth = getBorderWidth(); in computeSize() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp126 unsigned borderWidth = 0; in parseBorderWidthAttribute() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp956 int borderWidth = bitmap.width() - aperture.width(); in setContentsToNinePatch() local
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
Djquery.flot.min.js6 …f:1;c.add=function(h,j){for(var k=0;k<h.length;++k){c[h.charAt(k)]+=j}return c.normalize()};c.scal…
/external/chromium_org/third_party/flot/
Djquery.flot.min.js28 ….a=i!=null?i:1,s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize…
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2241borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property
2245 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property
Dconcat-jquery-mootools-prototype.js6617borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property
6621 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp5778 RefPtrWillBeRawPtr<CSSPrimitiveValue> borderWidth = nullptr; in buildFromParser() local