Searched defs:SVGString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGString.h40 class SVGString : public SVGPropertyBase { class in namespace:blink
42 // SVGString does not have a tear-off type.
46 static PassRefPtr<SVGString> create()
48 return adoptRef(new SVGString());
51 static PassRefPtr<SVGString> create(const String& value)
53 return adoptRef(new SVGString(value));
56 PassRefPtr<SVGString> clone() const { return create(m_value); }
75 SVGString() function in class:blink::SVGString
80 explicit SVGString(const String& value) function in class:blink::SVGString
89 inline PassRefPtr<SVGString> toSVGStrin
[all...]

Completed in 76 milliseconds