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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp634 if (applyAnimatedProperties(state, element))
805 if (applyAnimatedProperties(state, element.pseudoElement(pseudoStyleRequest.pseudoId)))
966 bool StyleResolver::applyAnimatedProperties(StyleResolverState& state, const Element* animatingElement) function in class:blink::StyleResolver
986 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations);
987 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForTransitions);
991 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForAnimations);
992 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForTransitions);
1047 void StyleResolver::applyAnimatedProperties(StyleResolverState& state, const WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& activeInterpolations) function in class:blink::StyleResolver

Completed in 58 milliseconds