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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 34 AnimatedNumber,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumber.h 64 static AnimatedPropertyType classType() { return AnimatedNumber; }
SVGElement.cpp 638 cssPropertyMap.set(fill_opacityAttr, AnimatedNumber);
642 cssPropertyMap.set(flood_opacityAttr, AnimatedNumber);
657 cssPropertyMap.set(opacityAttr, AnimatedNumber);
663 cssPropertyMap.set(stop_opacityAttr, AnimatedNumber);
669 cssPropertyMap.set(stroke_miterlimitAttr, AnimatedNumber);
670 cssPropertyMap.set(stroke_opacityAttr, AnimatedNumber);
    [all...]
SVGAnimatedTypeAnimator.cpp 91 case AnimatedNumber: {

Completed in 1917 milliseconds