Searched refs:KeyframeValueList (Results 1 – 15 of 15) sorted by relevance
48 class KeyframeValueList {50 explicit KeyframeValueList(AnimatedPropertyID property) in KeyframeValueList() function55 KeyframeValueList(const KeyframeValueList& other) in KeyframeValueList() function62 KeyframeValueList& operator=(const KeyframeValueList& other)64 KeyframeValueList copy(other);69 void swap(KeyframeValueList& other) in swap()
81 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 …]
46 class KeyframeValueList; variable56 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData…
33 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value) in insert()
231 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAni… in createWebAnimation()329 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& values, const CSSAnimat… in createWebAnimation()
128 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()
68 …PassOwnPtr<blink::WebAnimation> createWebAnimationAndStoreId(const KeyframeValueList&, const IntSi…
31 class KeyframeValueList; variable
31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
2697 'platform/animation/KeyframeValueList.cpp',2698 'platform/animation/KeyframeValueList.h',