HomeSort by relevance Sort by last modified time
    Searched defs:SVGLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGLength.h 54 class SVGLength {
71 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
72 SVGLength(const SVGLength&);
76 bool operator==(const SVGLength&) const;
77 bool operator!=(const SVGLength&) const;
101 static SVGLength fromCSSPrimitiveValue(CSSPrimitiveValue*);
102 static PassRefPtr<CSSPrimitiveValue> toCSSPrimitiveValue(const SVGLength&);
122 struct SVGPropertyTraits<SVGLength> {
123 static SVGLength initialValue() { return SVGLength();
    [all...]
SVGLength.cpp 25 #include "SVGLength.h"
125 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString)
133 SVGLength::SVGLength(const SVGLength& other)
139 bool SVGLength::operator==(const SVGLength& other) const
145 bool SVGLength::operator!=(const SVGLength& other) cons
    [all...]

Completed in 20 milliseconds