Searched refs:markerStartResource (Results 1 – 6 of 6) sorted by relevance
148 if (!svgStyle->markerStartResource().isEmpty()) in getSVGPropertyCSSValue()149 … return CSSPrimitiveValue::create(svgStyle->markerStartResource(), CSSPrimitiveValue::CSS_URI); in getSVGPropertyCSSValue()
339 HANDLE_INHERIT_AND_INITIAL(markerStartResource, MarkerStartResource) in applySVGProperty()
314 String markerStartResource() const { return inheritedResources->markerStart; } in markerStartResource() function322 …bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty(… in hasMarkers()
239 AtomicString markerStartId(style->markerStartResource()); in buildCachedResources()
371 writeIfNotEmpty(ts, "start marker", svgStyle->markerStartResource()); in writeStyle()
22399 - startMarker() -> markerStartResource()