Searched refs:applyAnimatedProperties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.h263 void applyAnimatedProperties(StyleResolverState&, Element* animatingElement);
278 void applyAnimatedProperties(StyleResolverState&, const AnimationEffect::CompositableValueMap&);
H A DStyleResolver.cpp726 applyAnimatedProperties(state, element);
960 applyAnimatedProperties(state, element.pseudoElement(pseudoStyleRequest.pseudoId));
1128 void StyleResolver::applyAnimatedProperties(StyleResolverState& state, Element* animatingElement) function in class:WebCore::StyleResolver
1152 applyAnimatedProperties<HighPriorityProperties>(state, compositableValuesForAnimations);
1153 applyAnimatedProperties<HighPriorityProperties>(state, compositableValuesForTransitions);
1154 applyAnimatedProperties<LowPriorityProperties>(state, compositableValuesForAnimations);
1155 applyAnimatedProperties<LowPriorityProperties>(state, compositableValuesForTransitions);
1166 void StyleResolver::applyAnimatedProperties(StyleResolverState& state, const AnimationEffect::CompositableValueMap& compositableValues) function in class:WebCore::StyleResolver

Completed in 601 milliseconds