Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DKeyframeValueList.h48 class KeyframeValueList {
50 explicit KeyframeValueList(AnimatedPropertyID property) in KeyframeValueList() function
55 KeyframeValueList(const KeyframeValueList& other) in KeyframeValueList() function
62 KeyframeValueList& operator=(const KeyframeValueList& other)
64 KeyframeValueList copy(other);
69 void swap(KeyframeValueList& other) in swap()
DAnimationTranslationUtilTest.cpp81 bool animationCanBeTranslated(const KeyframeValueList& values, CSSAnimationData* animation) in animationCanBeTranslated()
90 WebCore::KeyframeValueList values(AnimatedPropertyOpacity); in TEST()
103 WebCore::KeyframeValueList values(AnimatedPropertyWebkitFilter); in TEST()
122 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
141 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
160 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
178 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
197 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
216 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
238 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform); in TEST()
[all …]
DAnimationTranslationUtil.h46 class KeyframeValueList; variable
56 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData…
DKeyframeValueList.cpp33 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value) in insert()
DAnimationTranslationUtil.cpp231 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAni… in createWebAnimation()
329 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& values, const CSSAnimat… in createWebAnimation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp128 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform); in startAnimation()
129 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in startAnimation()
130 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter); in startAnimation()
174 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in startTransition()
183 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform); in startTransition()
192 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter); in startTransition()
202 PassOwnPtr<WebAnimation> WebAnimationProvider::createWebAnimationAndStoreId(const KeyframeValueList in createWebAnimationAndStoreId()
DWebAnimationProvider.h68 …PassOwnPtr<blink::WebAnimation> createWebAnimationAndStoreId(const KeyframeValueList&, const IntSi…
/external/chromium_org/cc/animation/
Dlayer_animation_controller.h31 class KeyframeValueList; variable
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_platform.target.linux-mips.mk31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
Dwebcore_platform.target.darwin-mips.mk31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
Dwebcore_platform.target.darwin-arm.mk31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
Dwebcore_platform.target.linux-arm.mk31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
Dwebcore_platform.target.linux-x86.mk31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
Dwebcore_platform.target.darwin-x86.mk31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
Dcore.gypi2697 'platform/animation/KeyframeValueList.cpp',
2698 'platform/animation/KeyframeValueList.h',