AnimationProperties  764 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
AnimationProperties 1096 Source/core/css/resolver/StyleResolver.cpp     ASSERT(pass != AnimationProperties);
AnimationProperties 1167 Source/core/css/resolver/StyleResolver.cpp     case AnimationProperties:
AnimationProperties 1285 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, matchResult, false, RuleRange(0, matchResult.matchedProperties.size() - 1), applyInheritedOnly);
AnimationProperties 1286 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, matchResult, true, matchResult.ranges.authorRuleRange(), applyInheritedOnly);
AnimationProperties 1287 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, matchResult, true, matchResult.ranges.userRuleRange(), applyInheritedOnly);
AnimationProperties 1288 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<AnimationProperties>(state, matchResult, true, matchResult.ranges.UARuleRange(), applyInheritedOnly);