Home
last modified time | relevance | path

Searched refs:markerEndResource (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp140 if (!svgStyle->markerEndResource().isEmpty()) in getSVGPropertyCSSValue()
141 … return CSSPrimitiveValue::create(svgStyle->markerEndResource(), CSSPrimitiveValue::CSS_URI); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp371 HANDLE_INHERIT_AND_INITIAL(markerEndResource, MarkerEndResource) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h316 String markerEndResource() const { return inheritedResources->markerEnd; } in markerEndResource() function
322 …rkerStartResource().isEmpty() || !markerMidResource().isEmpty() || !markerEndResource().isEmpty();… in hasMarkers()
/external/webkit/Source/WebCore/rendering/svg/
DSVGResources.cpp251 AtomicString markerEndId(style->markerEndResource()); in buildCachedResources()
DSVGRenderTreeAsText.cpp373 writeIfNotEmpty(ts, "end marker", svgStyle->markerEndResource()); in writeStyle()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2422401 - endMarker() -> markerEndResource()