Home
last modified time | relevance | path

Searched refs:snapshotValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp189 …RefPtrWillBeRawPtr<AnimatableValue> snapshotValue = CSSAnimatableValueFactory::create(property, st… in resolveKeyframes() local
191 startKeyframe->setPropertyValue(property, snapshotValue.get()); in resolveKeyframes()
193 endKeyframe->setPropertyValue(property, snapshotValue.get()); in resolveKeyframes()