Searched refs:borderLeftWidth (Results 1 - 17 of 17) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderFieldset.cpp197 int borderLeftWidth = style->borderLeftWidth(); local
201 if (lx >= borderLeftWidth)
203 (render_l && (ls == DOTTED || ls == DASHED || ls == DOUBLE) ? borderLeftWidth : 0),
207 (lx + lw <= 0 && render_l && (ls == DOTTED || ls == DASHED || ls == DOUBLE) ? borderLeftWidth : 0),
213 (render_l && (ls == DOTTED || ls == DASHED || ls == DOUBLE) ? style->borderLeftWidth() : 0),
230 if (lx < borderLeftWidth && lx + lw > 0) {
236 drawLineForBoxSide(graphicsContext, tx, startY, tx + borderLeftWidth, ty + h, BSLeft, lc, style->color(), ls,
H A DRenderMediaControlsChromium.cpp118 context->setStrokeThickness(style->borderLeftWidth());
126 bufferedRect.inflate(-style->borderLeftWidth());
209 context->setStrokeThickness(object->style()->borderLeftWidth());
H A DRenderBoxModelObject.h75 virtual int borderLeft() const { return style()->borderLeftWidth(); }
H A DRenderBoxModelObject.cpp835 int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice;
992 ignore_left ? 0 : style->borderLeftWidth(), ignore_right ? 0 : style->borderRightWidth());
1005 bool applyLeftInnerClip = (style->borderLeftWidth() < topLeft.width())
1069 ignore_left ? 0 : style->borderLeftWidth(), ignore_right ? 0 : style->borderRightWidth());
1077 bool applyLeftInnerClip = (style->borderLeftWidth() < bottomLeft.width())
1141 drawLineForBoxSide(graphicsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, style->color(), leftStyle,
1146 thickness = style->borderLeftWidth() * 2;
1150 bool applyTopInnerClip = (style->borderLeftWidth() < topLeft.width())
1152 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6);
1156 style->borderLeftWidth());
[all...]
H A DInlineFlowBox.h102 int borderLeft() const { if (includeLeftEdge()) return renderer()->style()->borderLeftWidth(); return 0; }
H A DRenderTheme.cpp98 LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
119 if (borderBox.left().value() != style->borderLeftWidth()) {
H A DRenderThemeSafari.cpp814 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(),
816 r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
H A DRenderThemeChromiumMac.mm967 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(),
969 r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
H A DRenderThemeMac.mm896 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(),
898 r.width() - o->style()->borderLeftWidth() - o->style()->borderRightWidth(),
/external/webkit/WebCore/rendering/style/
H A DBorderData.h67 unsigned short borderLeftWidth() const function in class:WebCore::BorderData
H A DRenderStyle.cpp439 if (borderLeftWidth() != other->borderLeftWidth() ||
H A DRenderStyle.h395 unsigned short borderLeftWidth() const { return surround->border.borderLeftWidth(); } function in class:WebCore::RenderStyle
/external/webkit/WebCore/bindings/objc/
H A DDOMCSS.h108 - (NSString *)borderLeftWidth;
109 - (void)setBorderLeftWidth:(NSString *)borderLeftWidth;
H A DDOMCSS.mm400 - (NSString *)borderLeftWidth
405 - (void)setBorderLeftWidth:(NSString *)borderLeftWidth
407 [self setProperty:@"border-left-width" value:borderLeftWidth priority:@""];
/external/webkit/WebCore/page/animation/
H A DAnimationBase.cpp584 gPropertyWrappers->append(new PropertyWrapper<unsigned short>(CSSPropertyBorderLeftWidth, &RenderStyle::borderLeftWidth, &RenderStyle::setBorderLeftWidth));
/external/webkit/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp768 return CSSPrimitiveValue::create(style->borderLeftWidth(), CSSPrimitiveValue::CSS_PX);
H A DCSSStyleSelector.cpp3510 HANDLE_INHERIT_COND(CSSPropertyBorderLeftWidth, borderLeftWidth, BorderLeftWidth)
4407 m_style->setBorderLeftWidth(m_parentStyle->borderLeftWidth());
4449 m_style->setBorderLeftWidth(m_parentStyle->borderLeftWidth());

Completed in 115 milliseconds