HomeSort by relevance Sort by last modified time
    Searched refs:highestEnumValue (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h 35 if (!property || property > SVGPropertyTraits<EnumType>::highestEnumValue()) {
51 ASSERT(animatedValue <= SVGPropertyTraits<EnumType>::highestEnumValue());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUnitTypes.h 42 static unsigned highestEnumValue() { return SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX; }
SVGFETurbulenceElement.h 40 static unsigned highestEnumValue() { return SVG_STITCHTYPE_NOSTITCH; }
69 static unsigned highestEnumValue() { return FETURBULENCE_TYPE_TURBULENCE; }
SVGTextPathElement.h 43 static unsigned highestEnumValue() { return SVGTextPathMethodStretch; }
72 static unsigned highestEnumValue() { return SVGTextPathSpacingExact; }
SVGComponentTransferFunctionElement.h 33 static unsigned highestEnumValue() { return FECOMPONENTTRANSFER_TYPE_GAMMA; }
SVGFEBlendElement.h 32 static unsigned highestEnumValue() { return FEBLEND_MODE_LIGHTEN; }
SVGFEColorMatrixElement.h 33 static unsigned highestEnumValue() { return FECOLORMATRIX_TYPE_LUMINANCETOALPHA; }
SVGFEMorphologyElement.h 32 static unsigned highestEnumValue() { return FEMORPHOLOGY_OPERATOR_DILATE; }
SVGMarkerElement.h 51 static unsigned highestEnumValue() { return SVGMarkerUnitsStrokeWidth; }
80 static unsigned highestEnumValue() { return SVGMarkerOrientAngle; }
SVGFECompositeElement.h 33 static unsigned highestEnumValue() { return FECOMPOSITE_OPERATOR_ARITHMETIC; }
SVGFEConvolveMatrixElement.h 35 static unsigned highestEnumValue() { return EDGEMODE_NONE; }
SVGFEDisplacementMapElement.h 32 static unsigned highestEnumValue() { return CHANNEL_A; }
SVGGradientElement.h 45 static unsigned highestEnumValue() { return SVGSpreadMethodRepeat; }
SVGTextContentElement.h 42 static unsigned highestEnumValue() { return SVGLengthAdjustSpacingAndGlyphs; }

Completed in 181 milliseconds