stroke            157 Source/core/html/canvas/CanvasRenderingContext2D.h     void stroke();
stroke            158 Source/core/html/canvas/CanvasRenderingContext2D.h     void stroke(Path2D*, ExceptionState&);
stroke            617 Source/core/rendering/InlineTextBox.cpp             Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse.resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);
stroke            618 Source/core/rendering/InlineTextBox.cpp             if (stroke != selectionStrokeColor) {
stroke            621 Source/core/rendering/InlineTextBox.cpp                 selectionStrokeColor = stroke;
stroke             42 Source/core/rendering/style/SVGRenderStyle.cpp     stroke = defaultStyle->stroke;
stroke             57 Source/core/rendering/style/SVGRenderStyle.cpp     stroke.init();
stroke             69 Source/core/rendering/style/SVGRenderStyle.cpp     stroke = other.stroke;
stroke             87 Source/core/rendering/style/SVGRenderStyle.cpp         && stroke == other.stroke
stroke            100 Source/core/rendering/style/SVGRenderStyle.cpp         || stroke != other->stroke
stroke            112 Source/core/rendering/style/SVGRenderStyle.cpp     stroke = svgInheritParent->stroke;
stroke            164 Source/core/rendering/style/SVGRenderStyle.cpp     if (stroke != other->stroke) {
stroke            165 Source/core/rendering/style/SVGRenderStyle.cpp         if (stroke->width != other->stroke->width
stroke            166 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->paintType != other->stroke->paintType
stroke            167 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->paintColor != other->stroke->paintColor
stroke            168 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->paintUri != other->stroke->paintUri
stroke            169 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->miterLimit != other->stroke->miterLimit
stroke            170 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->dashArray != other->stroke->dashArray
stroke            171 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->dashOffset != other->stroke->dashOffset
stroke            172 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->visitedLinkPaintColor != other->stroke->visitedLinkPaintColor
stroke            173 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->visitedLinkPaintUri != other->stroke->visitedLinkPaintUri
stroke            174 Source/core/rendering/style/SVGRenderStyle.cpp             || stroke->visitedLinkPaintType != other->stroke->visitedLinkPaintType)
stroke            178 Source/core/rendering/style/SVGRenderStyle.cpp         ASSERT(stroke->opacity != other->stroke->opacity);
stroke            175 Source/core/rendering/style/SVGRenderStyle.h         if (!(stroke->opacity == obj))
stroke            176 Source/core/rendering/style/SVGRenderStyle.h             stroke.access()->opacity = obj;
stroke            182 Source/core/rendering/style/SVGRenderStyle.h             if (!(stroke->paintType == type))
stroke            183 Source/core/rendering/style/SVGRenderStyle.h                 stroke.access()->paintType = type;
stroke            184 Source/core/rendering/style/SVGRenderStyle.h             if (!(stroke->paintColor == color))
stroke            185 Source/core/rendering/style/SVGRenderStyle.h                 stroke.access()->paintColor = color;
stroke            186 Source/core/rendering/style/SVGRenderStyle.h             if (!(stroke->paintUri == uri))
stroke            187 Source/core/rendering/style/SVGRenderStyle.h                 stroke.access()->paintUri = uri;
stroke            190 Source/core/rendering/style/SVGRenderStyle.h             if (!(stroke->visitedLinkPaintType == type))
stroke            191 Source/core/rendering/style/SVGRenderStyle.h                 stroke.access()->visitedLinkPaintType = type;
stroke            192 Source/core/rendering/style/SVGRenderStyle.h             if (!(stroke->visitedLinkPaintColor == color))
stroke            193 Source/core/rendering/style/SVGRenderStyle.h                 stroke.access()->visitedLinkPaintColor = color;
stroke            194 Source/core/rendering/style/SVGRenderStyle.h             if (!(stroke->visitedLinkPaintUri == uri))
stroke            195 Source/core/rendering/style/SVGRenderStyle.h                 stroke.access()->visitedLinkPaintUri = uri;
stroke            201 Source/core/rendering/style/SVGRenderStyle.h         if (!(stroke->dashArray == obj))
stroke            202 Source/core/rendering/style/SVGRenderStyle.h             stroke.access()->dashArray = obj;
stroke            207 Source/core/rendering/style/SVGRenderStyle.h         if (!(stroke->miterLimit == obj))
stroke            208 Source/core/rendering/style/SVGRenderStyle.h             stroke.access()->miterLimit = obj;
stroke            213 Source/core/rendering/style/SVGRenderStyle.h         if (!(stroke->width == obj))
stroke            214 Source/core/rendering/style/SVGRenderStyle.h             stroke.access()->width = obj;
stroke            219 Source/core/rendering/style/SVGRenderStyle.h         if (!(stroke->dashOffset == obj))
stroke            220 Source/core/rendering/style/SVGRenderStyle.h             stroke.access()->dashOffset = obj;
stroke            325 Source/core/rendering/style/SVGRenderStyle.h     float strokeOpacity() const { return stroke->opacity; }
stroke            326 Source/core/rendering/style/SVGRenderStyle.h     const SVGPaint::SVGPaintType& strokePaintType() const { return stroke->paintType; }
stroke            327 Source/core/rendering/style/SVGRenderStyle.h     const Color& strokePaintColor() const { return stroke->paintColor; }
stroke            328 Source/core/rendering/style/SVGRenderStyle.h     const String& strokePaintUri() const { return stroke->paintUri; }
stroke            329 Source/core/rendering/style/SVGRenderStyle.h     PassRefPtr<SVGLengthList> strokeDashArray() const { return stroke->dashArray; }
stroke            330 Source/core/rendering/style/SVGRenderStyle.h     float strokeMiterLimit() const { return stroke->miterLimit; }
stroke            331 Source/core/rendering/style/SVGRenderStyle.h     PassRefPtr<SVGLength> strokeWidth() const { return stroke->width; }
stroke            332 Source/core/rendering/style/SVGRenderStyle.h     PassRefPtr<SVGLength> strokeDashOffset() const { return stroke->dashOffset; }
stroke            353 Source/core/rendering/style/SVGRenderStyle.h     const SVGPaint::SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; }
stroke            354 Source/core/rendering/style/SVGRenderStyle.h     const Color& visitedLinkStrokePaintColor() const { return stroke->visitedLinkPaintColor; }
stroke            355 Source/core/rendering/style/SVGRenderStyle.h     const String& visitedLinkStrokePaintUri() const { return stroke->visitedLinkPaintUri; }
stroke            429 Source/core/rendering/style/SVGRenderStyle.h     DataRef<StyleStrokeData> stroke;
stroke            134 Source/core/rendering/svg/RenderSVGResource.cpp     RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
stroke            319 Source/core/rendering/svg/SVGResources.cpp         if (RenderSVGResourceContainer* stroke = m_fillStrokeData->stroke)
stroke            320 Source/core/rendering/svg/SVGResources.cpp             stroke->layoutIfNeeded();
stroke            361 Source/core/rendering/svg/SVGResources.cpp         if (m_fillStrokeData->stroke)
stroke            362 Source/core/rendering/svg/SVGResources.cpp             m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
stroke            415 Source/core/rendering/svg/SVGResources.cpp         if (m_fillStrokeData->stroke == resource) {
stroke            416 Source/core/rendering/svg/SVGResources.cpp             m_fillStrokeData->stroke->removeAllClientsFromCache();
stroke            417 Source/core/rendering/svg/SVGResources.cpp             m_fillStrokeData->stroke = 0;
stroke            475 Source/core/rendering/svg/SVGResources.cpp         if (m_fillStrokeData->stroke)
stroke            476 Source/core/rendering/svg/SVGResources.cpp             set.add(m_fillStrokeData->stroke);
stroke            629 Source/core/rendering/svg/SVGResources.cpp bool SVGResources::setStroke(RenderSVGResourceContainer* stroke)
stroke            631 Source/core/rendering/svg/SVGResources.cpp     if (!stroke)
stroke            634 Source/core/rendering/svg/SVGResources.cpp     ASSERT(stroke->resourceType() == PatternResourceType
stroke            635 Source/core/rendering/svg/SVGResources.cpp            || stroke->resourceType() == LinearGradientResourceType
stroke            636 Source/core/rendering/svg/SVGResources.cpp            || stroke->resourceType() == RadialGradientResourceType);
stroke            641 Source/core/rendering/svg/SVGResources.cpp     m_fillStrokeData->stroke = stroke;
stroke            648 Source/core/rendering/svg/SVGResources.cpp     ASSERT(m_fillStrokeData->stroke);
stroke            649 Source/core/rendering/svg/SVGResources.cpp     m_fillStrokeData->stroke = 0;
stroke            699 Source/core/rendering/svg/SVGResources.cpp         if (RenderSVGResourceContainer* stroke = m_fillStrokeData->stroke)
stroke            700 Source/core/rendering/svg/SVGResources.cpp             fprintf(stderr, " |-> Stroke     : %p (node=%p)\n", stroke, stroke->element());
stroke             68 Source/core/rendering/svg/SVGResources.h     RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; }
stroke            165 Source/core/rendering/svg/SVGResources.h             , stroke(0)
stroke            175 Source/core/rendering/svg/SVGResources.h         RenderSVGResourceContainer* stroke;
stroke            188 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         ASSERT(resourceLeadingToCycle == m_resources->fill() || resourceLeadingToCycle == m_resources->stroke());
stroke            191 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         if (m_resources->stroke() == resourceLeadingToCycle)
stroke            179 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp     bool stroke = (textMode & TextModeStroke)
stroke            183 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp     if (!fill && !stroke)