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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLength.h41 class SVGLength { class in namespace:WebCore
59 SVGLength(SVGLengthMode = LengthModeOther, const String& valueAsString = String());
60 SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthTypeNumber);
61 SVGLength(const SVGLength&);
66 bool operator==(const SVGLength&) const;
67 bool operator!=(const SVGLength&) const;
69 static SVGLength construct(SVGLengthMode, const String&, SVGParsingError&, SVGLengthNegativeValuesMode = AllowNegativeLengths);
100 static SVGLength fromCSSPrimitiveValue(CSSPrimitiveValue*);
101 static PassRefPtr<CSSPrimitiveValue> toCSSPrimitiveValue(const SVGLength
[all...]
H A DSVGLength.cpp24 #include "core/svg/SVGLength.h"
121 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) function in class:WebCore::SVGLength
128 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType) function in class:WebCore::SVGLength
135 SVGLength::SVGLength(const SVGLength& other) function in class:WebCore::SVGLength
141 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionState& es)
148 bool SVGLength
[all...]

Completed in 113 milliseconds