Home
last modified time | relevance | path

Searched refs:SVGLengthMode (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGLength.h46 enum SVGLengthMode { enum
71 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
DSVGLength.cpp42 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()
47 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode()
50 return static_cast<SVGLengthMode>(mode); in extractMode()
125 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength()
DSVGLengthList.h34 void parse(const String& value, SVGLengthMode);
DSVGLengthList.cpp31 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()