OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markerEndResource
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp
167
if (!svgStyle->
markerEndResource
().isEmpty())
168
return CSSPrimitiveValue::create(svgStyle->
markerEndResource
(), CSSPrimitiveValue::CSS_URI);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
345
String
markerEndResource
() const { return inheritedResources->markerEnd; }
361
bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty() || !
markerEndResource
().isEmpty(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.cpp
248
AtomicString markerEndId(style->
markerEndResource
());
SVGRenderTreeAsText.cpp
305
writeIfNotEmpty(ts, "end marker", svgStyle->
markerEndResource
());
Completed in 360 milliseconds