/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTable.cpp | 975 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 …]
|
D | RenderTableSection.cpp | 1071 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 …]
|
D | RenderImage.cpp | 317 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()
|
D | RenderThemeChromiumMac.mm | 1628 const short borderWidth = searchFieldBorderWidth * style->effectiveZoom(); 1629 style->setBorderLeftWidth(borderWidth); 1631 style->setBorderRightWidth(borderWidth); 1633 style->setBorderBottomWidth(borderWidth); 1635 style->setBorderTopWidth(borderWidth);
|
D | RenderObject.cpp | 1569 …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/ |
D | Popover.js | 148 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";
|
D | Layers3DView.js | 307 style.borderWidth = Math.ceil(1 / this._scale) + "px";
|
/external/libvorbis/examples/ |
D | frameview.pl | 59 $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/ |
D | bookmark_sync_promo_controller.h | 27 @property(nonatomic, readonly) CGFloat borderWidth;
|
D | bookmark_sync_promo_controller.mm | 54 - (CGFloat)borderWidth { method
|
D | bookmark_bubble_controller.mm | 95 syncPromoHeight - [syncPromoController_ borderWidth];
|
/external/chromium/chrome/browser/resources/ntp/ |
D | most_visited.js | 267 var borderWidth = 4; 270 var w = thumbWidth + 2 * borderWidth + 2 * marginWidth; 282 var left = rtl ? sumWidth - col * w - thumbWidth - 2 * borderWidth :
|
D | apps.js | 402 var borderWidth = 0; 406 width: width + marginWidth + borderWidth,
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CTableCombo.java | 553 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/ |
D | HTMLElement.cpp | 125 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/ |
D | jquery.flot.min.js | 1 …borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable… property
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery.flot.min.js | 1 …borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable… property
|
/external/chromium_org/third_party/flot/ |
D | jquery.flot.min.js | 28 …borderWidth=="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/ |
D | jquery.flot.min.js | 6 …borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,click… property
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 2241 …borderWidth: '@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';
|
D | concat-jquery-mootools-prototype.js | 6617 …borderWidth: '@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/ |
D | chromeVoxChromePageScript.js | 648 ….style.borderStyle&&"none"==a.style.borderStyle?!1:a.style.borderWidth?0!=a.style.borderWidth.slic…
|
D | chromeVoxChromeOptionsScript.js | 709 ….style.borderStyle&&"none"==a.style.borderStyle?!1:a.style.borderWidth?0!=a.style.borderWidth.slic…
|
D | chromeVoxChromeBackgroundScript.js | 656 ….style.borderStyle&&"none"==a.style.borderStyle?!1:a.style.borderWidth?0!=a.style.borderWidth.slic…
|