Home
last modified time | relevance | path

Searched defs:strokeDashArray (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h329 Vector<SVGLength> strokeDashArray() const { return stroke->dashArray; } in strokeDashArray() function
DRenderStyle.h1380 Vector<SVGLength> strokeDashArray() const { return svgStyle()->strokeDashArray(); } in strokeDashArray() function