Searched refs:outlineWidth (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp157 blockStyle->setOutlineWidth(newStyle->outlineWidth());
1059 LayoutRect RenderInline::rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const
1061 LayoutRect r(RenderBoxModelObject::rectWithOutlineForPaintInvalidation(paintInvalidationContainer, outlineWidth));
1064 r.unite(curr->rectWithOutlineForPaintInvalidation(paintInvalidationContainer, outlineWidth));
1459 int outlineWidth = styleToUse->outlineWidth(); local
1477 pixelSnappedBox.x() - outlineWidth,
1478 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
1480 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
1483 (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth
[all...]
H A DRenderImage.cpp408 unsigned short outlineWidth = areaElementStyle->outlineWidth(); local
409 if (!outlineWidth)
416 paintInfo.context->drawFocusRing(path, outlineWidth,
430 unsigned short outlineWidth = areaElementStyle->outlineWidth(); local
434 repaintRect.inflate(outlineWidth);
H A DRenderObject.cpp1218 paintInfo.context->drawFocusRing(focusRingRects, style->outlineWidth(), style->outlineOffset(), resolveColor(style, CSSPropertyOutlineColor));
1251 LayoutUnit outlineWidth = styleToUse->outlineWidth(); local
1269 outer.inflate(outlineWidth);
1303 drawLineForBoxSide(graphicsContext, leftOuter, topOuter, leftInner, bottomOuter, BSLeft, outlineColor, outlineStyle, outlineWidth, outlineWidth);
1304 drawLineForBoxSide(graphicsContext, leftOuter, topOuter, rightOuter, topInner, BSTop, outlineColor, outlineStyle, outlineWidth, outlineWidth);
1305 drawLineForBoxSide(graphicsContext, rightInner, topOuter, rightOuter, bottomOuter, BSRight, outlineColor, outlineStyle, outlineWidth, outlineWidth);
1744 LayoutUnit outlineWidth = outlineStyle->outlineSize(); local
[all...]
H A DRenderInline.h149 virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
H A DRenderBlock.h405 virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
H A DRenderReplaced.cpp129 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
H A DRenderObject.h854 virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const;
H A DRenderBlock.cpp4441 LayoutRect RenderBlock::rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const
4443 LayoutRect r(RenderBox::rectWithOutlineForPaintInvalidation(paintInvalidationContainer, outlineWidth));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp156 if (paintInfo.phase == PaintPhaseForeground && style()->outlineWidth() && style()->visibility() == VISIBLE) {
H A DRenderSVGImage.cpp158 if (style()->outlineWidth())
H A DRenderSVGShape.cpp290 if (style()->outlineWidth())
H A DSVGRenderSupport.cpp61 repaintRect.inflate(object->style()->outlineWidth());
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp189 return a.outlineWidth() == b.outlineWidth();
H A DCSSAnimatableValueFactory.cpp387 return createFromDouble(style.outlineWidth());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h533 unsigned short outlineSize() const { return max(0, outlineWidth() + outlineOffset()); }
534 unsigned short outlineWidth() const function in class:WebCore::RenderStyle
540 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2138 return zoomAdjustedPixelValue(style->outlineWidth(), *style);

Completed in 189 milliseconds