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

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DKeyframeList.cpp32 const RenderStyle* keyframeStyle = style(); local
33 if (!keyframeStyle || !keyframeStyle->animations())
36 for (size_t i = 0; i < keyframeStyle->animations()->size(); ++i) {
37 const Animation& animation = keyframeStyle->animations()->animation(i);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerBacking.cpp2345 const RenderStyle* keyframeStyle = currentKeyframe.style(); local
2348 if (!keyframeStyle)
2355 transformVector.insert(TransformAnimationValue::create(key, keyframeStyle->transform(), tf));
2358 opacityVector.insert(FloatAnimationValue::create(key, keyframeStyle->opacity(), tf));
2362 filterVector.insert(FilterAnimationValue::create(key, keyframeStyle->filter(), tf));

Completed in 121 milliseconds