Home
last modified time | relevance | path

Searched refs:initialStrokePaintType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.cpp41 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType()) in StyleFillData()
76 , paintType(SVGRenderStyle::initialStrokePaintType()) in StyleStrokeData()
79 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType()) in StyleStrokeData()
DSVGRenderStyle.h75 static SVGPaintType initialStrokePaintType() { return SVG_PAINTTYPE_NONE; } in initialStrokePaintType() function