Home
last modified time | relevance | path

Searched refs:borderLeftWidth (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderMediaControlsChromium.cpp125 context->setStrokeThickness(style->borderLeftWidth()); in paintMediaSlider()
133 bufferedRect.inflate(-style->borderLeftWidth()); in paintMediaSlider()
227 context->setStrokeThickness(object->style()->borderLeftWidth()); in paintMediaTimelineContainer()
DRenderBoxModelObject.cpp955 int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice; in paintNinePieceImage()
1363 BorderEdge(style->borderLeftWidth(), in paintBorder()
1659 … ignoreLeft ? 0 : style->borderLeftWidth(), ignoreRight ? 0 : style->borderRightWidth()); in paintBorder()
1672 … bool applyLeftInnerClip = (style->borderLeftWidth() < border.radii().topLeft().width()) in paintBorder()
1736 … ignoreLeft ? 0 : style->borderLeftWidth(), ignoreRight ? 0 : style->borderRightWidth()); in paintBorder()
1744 … bool applyLeftInnerClip = (style->borderLeftWidth() < border.radii().bottomLeft().width()) in paintBorder()
1808 …drawLineForBoxSide(graphicsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, l… in paintBorder()
1813 thickness = style->borderLeftWidth() * 2; in paintBorder()
1817 … bool applyTopInnerClip = (style->borderLeftWidth() < border.radii().topLeft().width()) in paintBorder()
1819 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6); in paintBorder()
[all …]
DRenderFieldset.cpp176 int clipWidth = max(static_cast<int>(style()->borderLeftWidth()), legend->width()); in paintBoxDecorations()
DRenderBoxModelObject.h86 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft()
DInlineFlowBox.h132 …return isHorizontal() ? renderer()->style()->borderLeftWidth() : renderer()->style()->borderTopWid… in borderLogicalLeft()
DRenderTheme.cpp110 …borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth()); in adjustStyle()
131 if (borderBox.left().value() != style->borderLeftWidth()) { in adjustStyle()
DRenderThemeSafari.cpp809 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(), in paintMenuListButton()
811 … r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(), in paintMenuListButton()
DRenderThemeMac.mm1087 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(),
1089 … r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
/external/chromium/chrome/browser/resources/shared/js/cr/
Dui.js127 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
/external/chromium-trace/trace-viewer/src/
Dui.js127 var inner = parseInt(computedStyle.borderLeftWidth, 10) +
/external/webkit/Source/WebCore/rendering/style/
DBorderData.h63 unsigned short borderLeftWidth() const in borderLeftWidth() function
DRenderStyle.cpp481 if (borderLeftWidth() != other->borderLeftWidth() in diff()
817 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor()
1282 return borderLeftWidth(); in borderBeforeWidth()
1300 return borderLeftWidth(); in borderAfterWidth()
1309 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth(); in borderStartWidth()
1316 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth(); in borderEndWidth()
DRenderStyle.h429 unsigned short borderLeftWidth() const { return surround->border.borderLeftWidth(); } in borderLeftWidth() function
/external/chromium-trace/trace-viewer/src/tracks/
Dcanvas_based_track.js141 parseInt(style.borderLeftWidth) - parseInt(style.borderRightWidth);
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h108 - (NSString *)borderLeftWidth;
109 - (void)setBorderLeftWidth:(NSString *)borderLeftWidth;
DDOMCSS.mm397 - (NSString *)borderLeftWidth
402 - (void)setBorderLeftWidth:(NSString *)borderLeftWidth
404 [self setProperty:@"border-left-width" value:borderLeftWidth priority:@""];
/external/webkit/Source/WebCore/page/
DSpatialNavigation.cpp531 …rect.move(node->renderer()->style()->borderLeftWidth(), node->renderer()->style()->borderTopWidth(… in nodeRectInAbsoluteCoordinates()
532 …rect.setWidth(rect.width() - node->renderer()->style()->borderLeftWidth() - node->renderer()->styl… in nodeRectInAbsoluteCoordinates()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp547 trackRect.inflate(-style->borderLeftWidth()); in paintMediaSliderTrack()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp624 …rtyWrapper<unsigned short>(CSSPropertyBorderLeftWidth, &RenderStyle::borderLeftWidth, &RenderStyle… in ensurePropertyMap()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js4201 left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
4206 left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js145borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overf…
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1014 … return zoomAdjustedPixelValue(style->borderLeftWidth(), style.get(), primitiveValueCache); in getPropertyCSSValue()
DCSSStyleSelector.cpp3893 HANDLE_INHERIT_COND(CSSPropertyBorderLeftWidth, borderLeftWidth, BorderLeftWidth) in applyProperty()
4849 m_style->setBorderLeftWidth(m_parentStyle->borderLeftWidth()); in applyProperty()
4891 m_style->setBorderLeftWidth(m_parentStyle->borderLeftWidth()); in applyProperty()
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.ov…
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js147borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overf…

12