Searched refs:createAnimatableValueSnapshot (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDeferredLegacyStyleInterpolation.cpp24 StyleResolver::createAnimatableValueSnapshot(state, m_id, *m_startCSSValue),
25 StyleResolver::createAnimatableValueSnapshot(state, m_id, *m_endCSSValue),
H A DStringKeyframe.cpp126 m_animatableValueCache = StyleResolver::createAnimatableValueSnapshot(*element, property, *fromCSSValue);
128 RefPtrWillBeRawPtr<AnimatableValue> to = StyleResolver::createAnimatableValueSnapshot(*element, property, *toCSSValue);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.h110 static PassRefPtrWillBeRawPtr<AnimatableValue> createAnimatableValueSnapshot(Element&, CSSPropertyID, CSSValue&);
111 static PassRefPtrWillBeRawPtr<AnimatableValue> createAnimatableValueSnapshot(StyleResolverState&, CSSPropertyID, CSSValue&);
H A DStyleResolver.cpp697 PassRefPtrWillBeRawPtr<AnimatableValue> StyleResolver::createAnimatableValueSnapshot(Element& element, CSSPropertyID property, CSSValue& value) function in class:blink::StyleResolver
707 return createAnimatableValueSnapshot(state, property, value);
710 PassRefPtrWillBeRawPtr<AnimatableValue> StyleResolver::createAnimatableValueSnapshot(StyleResolverState& state, CSSPropertyID property, CSSValue& value) function in class:blink::StyleResolver

Completed in 189 milliseconds