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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 54 AnimatedUnknown
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 38 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown,
53 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown,
68 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown,
SVGAnimatorFactory.h 87 case AnimatedUnknown:
SVGAnimateElement.cpp 61 return m_animatedPropertyType != AnimatedUnknown && !hasInvalidCSSAttributeType();
71 return AnimatedUnknown;
76 return AnimatedUnknown;
81 return AnimatedUnknown;
107 ASSERT(m_animatedPropertyType != AnimatedUnknown);
354 ASSERT(m_animatedPropertyType != AnimatedUnknown);
384 case AnimatedUnknown:
SVGAnimatedType.cpp 88 case AnimatedUnknown:
265 case AnimatedUnknown:
316 case AnimatedUnknown:
327 return type != AnimatedUnknown && type != AnimatedColor;

Completed in 1130 milliseconds