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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 24 #include "core/svg/SVGLength.h"
121 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString)
128 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType)
135 SVGLength::SVGLength(const SVGLength& other)
141 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionState& es)
148 bool SVGLength::operator==(const SVGLength& other) cons
    [all...]
SVGLength.h 41 class SVGLength {
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...]

Completed in 48 milliseconds