Home
last modified time | relevance | path

Searched refs:borderWidth (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp975 unsigned borderWidth = 0; in calcBorderStart() local
981 borderWidth = tableStartBorder.width(); in calcBorderStart()
989 borderWidth = max(borderWidth, columnAdjoiningBorder.width()); in calcBorderStart()
999 borderWidth = max(borderWidth, sectionAdjoiningBorder.width()); in calcBorderStart()
1012 borderWidth = max(borderWidth, startCellAdjoiningBorder.width()); in calcBorderStart()
1014 borderWidth = max(borderWidth, firstRowAdjoiningBorder.width()); in calcBorderStart()
1017 return (borderWidth + (style()->isLeftToRightDirection() ? 0 : 1)) / 2; in calcBorderStart()
1029 unsigned borderWidth = 0; in calcBorderEnd() local
1035 borderWidth = tableEndBorder.width(); in calcBorderEnd()
1044 borderWidth = max(borderWidth, columnAdjoiningBorder.width()); in calcBorderEnd()
[all …]
DRenderTableSection.cpp1071 unsigned borderWidth = 0; in calcOuterBorderBefore() local
1077 borderWidth = sb.width(); in calcOuterBorderBefore()
1082 if (rb.style() > BHIDDEN && rb.width() > borderWidth) in calcOuterBorderBefore()
1083 borderWidth = rb.width(); in calcOuterBorderBefore()
1098 if (gb.style() > BHIDDEN && gb.width() > borderWidth) in calcOuterBorderBefore()
1099 borderWidth = gb.width(); in calcOuterBorderBefore()
1100 if (cb.style() > BHIDDEN && cb.width() > borderWidth) in calcOuterBorderBefore()
1101 borderWidth = cb.width(); in calcOuterBorderBefore()
1106 if (cb.style() > BHIDDEN && cb.width() > borderWidth) in calcOuterBorderBefore()
1107 borderWidth = cb.width(); in calcOuterBorderBefore()
[all …]
DRenderImage.cpp317 const int borderWidth = 1; in paintReplaced() local
329 LayoutUnit usableWidth = cWidth - 2 * borderWidth; in paintReplaced()
330 LayoutUnit usableHeight = cHeight - 2 * borderWidth; in paintReplaced()
348 …et = LayoutSize(leftBorder + leftPad + centerX + borderWidth, topBorder + topPad + centerY + borde… in paintReplaced()
358 …eftBorder + leftPad + (paddingWidth / 2) - borderWidth, topBorder + topPad + (paddingHeight / 2) -… in paintReplaced()
DRenderThemeChromiumMac.mm1628 const short borderWidth = searchFieldBorderWidth * style->effectiveZoom();
1629 style->setBorderLeftWidth(borderWidth);
1631 style->setBorderRightWidth(borderWidth);
1633 style->setBorderBottomWidth(borderWidth);
1635 style->setBorderTopWidth(borderWidth);
DRenderObject.cpp1569 …LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->bord… in repaintAfterLayoutIfNeeded() local
1570 …LayoutUnit decorationsWidth = max<LayoutUnit>(-outlineStyle->outlineOffset(), borderWidth + minIns… in repaintAfterLayoutIfNeeded()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DPopover.js148 const borderWidth = 25;
182 …if ((newElementPosition.y + newElementPosition.height + arrowHeight - borderWidth >= totalHeight) …
218 … this.element.positionAt(newElementPosition.x - borderWidth, newElementPosition.y - borderWidth);
219 this.element.style.width = newElementPosition.width + borderWidth * 2 + "px";
220 this.element.style.height = newElementPosition.height + borderWidth * 2 + "px";
DLayers3DView.js307 style.borderWidth = Math.ceil(1 / this._scale) + "px";
/external/libvorbis/examples/
Dframeview.pl59 $toplevel->optionAdd("$Xname*Button*borderWidth", '2',20);
65 $toplevel->optionAdd("$Xname*Scale*borderWidth", '1',20);
71 $toplevel->optionAdd("$Xname*Checkbutton*borderWidth", '2',20);
76 $toplevel->optionAdd("$Xname*borderWidth", 0,20);
138 $panel->optionAdd("$X2name*Button*borderWidth", '2',20);
144 $panel->optionAdd("$X2name*Checkbutton*borderWidth", '2',20);
151 $panel->optionAdd("$X2name*borderWidth", 0,20);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_sync_promo_controller.h27 @property(nonatomic, readonly) CGFloat borderWidth;
Dbookmark_sync_promo_controller.mm54 - (CGFloat)borderWidth { method
Dbookmark_bubble_controller.mm95 syncPromoHeight - [syncPromoController_ borderWidth];
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js267 var borderWidth = 4;
270 var w = thumbWidth + 2 * borderWidth + 2 * marginWidth;
282 var left = rtl ? sumWidth - col * w - thumbWidth - 2 * borderWidth :
Dapps.js402 var borderWidth = 0;
406 width: width + marginWidth + borderWidth,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCTableCombo.java553 int borderWidth = getBorderWidth(); in computeSize() local
554 height = Math.max(hHint, Math.max(textSize.y, arrowSize.y) + 2 * borderWidth); in computeSize()
555 width = Math.max(wHint, Math.max(textSize.x + arrowSize.x, tableWidth) + 2 * borderWidth); in computeSize()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp125 unsigned borderWidth = 0; in parseBorderWidthAttribute() local
126 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth)) in parseBorderWidthAttribute()
127 return hasLocalName(tableTag) ? 1 : borderWidth; in parseBorderWidthAttribute()
128 return borderWidth; in parseBorderWidthAttribute()
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable… property
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable… property
/external/chromium_org/third_party/flot/
Djquery.flot.min.js28borderWidth=="object"?m[i]+=r?a.grid.borderWidth[i]:0:m[i]+=r?a.grid.borderWidth:0;e.each(n,functi… property
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
Djquery.flot.min.js6borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,click… property
/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
2258 Short.borderWidth[bdw] = Short[bd][bdw] = All[bdw] = '@px';
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
6634 Short.borderWidth[bdw] = Short[bd][bdw] = All[bdw] = '@px';
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js648 ….style.borderStyle&&"none"==a.style.borderStyle?!1:a.style.borderWidth?0!=a.style.borderWidth.slic…
DchromeVoxChromeOptionsScript.js709 ….style.borderStyle&&"none"==a.style.borderStyle?!1:a.style.borderWidth?0!=a.style.borderWidth.slic…
DchromeVoxChromeBackgroundScript.js656 ….style.borderStyle&&"none"==a.style.borderStyle?!1:a.style.borderWidth?0!=a.style.borderWidth.slic…