Searched defs:borderWidth (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_sync_promo_controller.h27 @property(nonatomic, readonly) CGFloat borderWidth; variable
/external/chromium_org/ui/accessibility/extensions/longdesc/
H A DlastRightClick.js7 var borderWidth; variable
76 borderWidth = elementArray[0][i].style.borderWidth;
80 elementArray[0][i].style.borderWidth = '15px';
94 elementArray[0][i].style.borderWidth = borderWidth;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DImagePainter.cpp83 const int borderWidth = 1; local
100 LayoutUnit usableWidth = cWidth - 2 * borderWidth;
101 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
119 imageOffset = LayoutSize(leftBorder + leftPad + centerX + borderWidth, topBorder + topPad + centerY + borderWidth);
129 textRectOrigin.move(leftBorder + leftPad + (RenderImage::paddingWidth / 2) - borderWidth, topBorder + topPad + (RenderImage::paddingHeight / 2) - borderWidth);
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp205 unsigned width_, height_, borderWidth, depth; local
207 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h114 int borderWidth() const { return borderLeft() + borderRight(); } function in class:blink::RenderBoxModelObject
H A DRenderTable.cpp886 unsigned borderWidth = 0; local
892 borderWidth = tableStartBorder.width();
900 borderWidth = std::max(borderWidth, columnAdjoiningBorder.width());
910 borderWidth = std::max(borderWidth, sectionAdjoiningBorder.width());
923 borderWidth = std::max(borderWidth, startCellAdjoiningBorder.width());
925 borderWidth = std::max(borderWidth, firstRowAdjoiningBorde
940 unsigned borderWidth = 0; local
1015 int borderWidth = 0; local
1033 int borderWidth = 0; local
1053 int borderWidth = 0; local
1080 int borderWidth = 0; local
[all...]
H A DRenderTableSection.cpp1134 unsigned borderWidth = 0; local
1140 borderWidth = sb.width();
1145 if (rb.style() > BHIDDEN && rb.width() > borderWidth)
1146 borderWidth = rb.width();
1162 if (gb.style() > BHIDDEN && gb.width() > borderWidth)
1163 borderWidth = gb.width();
1164 if (cb.style() > BHIDDEN && cb.width() > borderWidth)
1165 borderWidth = cb.width();
1170 if (cb.style() > BHIDDEN && cb.width() > borderWidth)
1171 borderWidth
1189 unsigned borderWidth = 0; local
[all...]
H A DRenderBox.cpp3918 LayoutUnit borderWidth = std::max<LayoutUnit>(borderRight(), std::max(borderTopRightRadiusWidth, borderBottomRightRadiusWidth)); local
3919 LayoutRect rightDeltaRect(positionFromPaintInvalidationBacking.x() + smallerWidth - borderWidth,
3921 deltaWidth + borderWidth,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.cpp126 unsigned borderWidth = 0; local
127 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth))
128 return hasTagName(tableTag) ? 1 : borderWidth;
129 return borderWidth;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp956 int borderWidth = bitmap.width() - aperture.width(); local
958 WebRect border(aperture.x(), aperture.y(), borderWidth, borderHeight);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp5778 RefPtrWillBeRawPtr<CSSPrimitiveValue> borderWidth = nullptr; local
5779 if (parser.parseBorderImageWidth(borderWidth))
5780 context.commitBorderWidth(borderWidth.release());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 278 milliseconds