Searched refs:KeyframeValueList (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DAnimationTranslationUtil.h42 class KeyframeValueList;
52 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
H A DAnimationTranslationUtilTest.cpp30 #include "core/platform/graphics/GraphicsLayer.h" // For KeyframeValueList
46 bool animationCanBeTranslated(const KeyframeValueList& values, CSSAnimationData* animation)
55 WebCore::KeyframeValueList values(AnimatedPropertyOpacity);
68 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
87 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
106 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
124 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
143 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
162 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
184 WebCore::KeyframeValueList value
[all...]
H A DAnimationTranslationUtil.cpp200 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAnimationData* animation, int animationId, double timeOffset, Curve* curve, WebKit::WebAnimation::TargetProperty targetProperty, const FloatSize& boxSize)
281 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList& values, const CSSAnimationData* animation, int animationId, double timeOffset, const FloatSize& boxSize)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.h147 class KeyframeValueList { class in namespace:WebCore
149 explicit KeyframeValueList(AnimatedPropertyID property) function in class:WebCore::KeyframeValueList
154 KeyframeValueList(const KeyframeValueList& other) function in class:WebCore::KeyframeValueList
161 KeyframeValueList& operator=(const KeyframeValueList& other)
163 KeyframeValueList copy(other);
168 void swap(KeyframeValueList& other)
342 bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const CSSAnimationData*, const String& /*animationName*/, double /*timeOffset*/);
445 // Given a KeyframeValueList containin
[all...]
H A DGraphicsLayer.cpp82 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
402 static inline const FilterOperations* filterOperationsAt(const KeyframeValueList& valueList, size_t index)
407 int GraphicsLayer::validateFilterOperations(const KeyframeValueList& valueList)
444 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t index)
449 int GraphicsLayer::validateTransformOperations(const KeyframeValueList& valueList, bool& hasBigRotation)
1097 bool GraphicsLayer::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const CSSAnimationData* animation, const String& animationName, double timeOffset)
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.h27 class KeyframeValueList;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerBacking.cpp1703 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform);
1704 KeyframeValueList opacityVector(AnimatedPropertyOpacity);
1705 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter);
1763 KeyframeValueList opacityVector(AnimatedPropertyOpacity);
1778 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform);
1792 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter);

Completed in 157 milliseconds