Home
last modified time | relevance | path

Searched refs:ForbidNegativeLengths (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRectElement.cpp35 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGRectElement()
36 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGRectElement()
37 …dLength::create(this, SVGNames::rxAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGRectElement()
38 …Length::create(this, SVGNames::ryAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGRectElement()
DSVGEllipseElement.cpp35 …dLength::create(this, SVGNames::rxAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGEllipseElement()
36 …Length::create(this, SVGNames::ryAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGEllipseElement()
DSVGFilterPrimitiveStandardAttributes.cpp37 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGFilterPrimitiveStandardAttributes()
38 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGFilterPrimitiveStandardAttributes()
DSVGForeignObjectElement.cpp37 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGForeignObjectElement()
38 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGForeignObjectElement()
DSVGMaskElement.cpp37 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGMaskElement()
38 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGMaskElement()
DSVGAnimatedLength.cpp51 …} else if (m_negativeValuesMode == ForbidNegativeLengths && baseValue()->valueInSpecifiedUnits() <… in setBaseValueAsString()
DSVGFilterElement.cpp39 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGFilterElement()
40 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGFilterElement()
DSVGMarkerElement.cpp48 …create(this, SVGNames::markerWidthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGMarkerElement()
49 …eate(this, SVGNames::markerHeightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGMarkerElement()
DSVGImageElement.cpp39 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGImageElement()
40 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGImageElement()
DSVGRadialGradientElement.cpp38 …edLength::create(this, SVGNames::rAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths)) in SVGRadialGradientElement()
41 …dLength::create(this, SVGNames::frAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths)) in SVGRadialGradientElement()
DSVGPatternElement.cpp41 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGPatternElement()
42 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGPatternElement()
DSVGCircleElement.cpp35 …edLength::create(this, SVGNames::rAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths)) in SVGCircleElement()
DSVGLength.h38 ForbidNegativeLengths enumerator
DSVGTextContentElement.cpp69 …ontextElement, SVGNames::textLengthAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths) in SVGAnimatedTextLength()
DSVGSVGElement.cpp69 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGSVGElement()
70 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGSVGElement()
DSVGUseElement.cpp52 …ngth::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) in SVGUseElement()
53 …th::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths)) in SVGUseElement()