Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp132 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength() function in WebCore::SVGLength
139 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthTyp… in SVGLength() function in WebCore::SVGLength
146 SVGLength::SVGLength(const SVGLength& other) in SVGLength() function in WebCore::SVGLength
DSVGLengthContext.h30 class SVGLength; variable