HomeSort by relevance Sort by last modified time
    Searched refs:KeyframeValueList (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
KeyframeValueList.h 48 class KeyframeValueList {
50 explicit KeyframeValueList(AnimatedPropertyID property)
55 KeyframeValueList(const KeyframeValueList& other)
62 KeyframeValueList& operator=(const KeyframeValueList& other)
64 KeyframeValueList copy(other);
69 void swap(KeyframeValueList& other)
AnimationTranslationUtil.h 46 class KeyframeValueList;
56 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
KeyframeValueList.cpp 29 #include "core/platform/animation/KeyframeValueList.h"
33 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
AnimationTranslationUtilTest.cpp 30 #include "core/platform/animation/KeyframeValueList.h"
81 bool animationCanBeTranslated(const KeyframeValueList& values, CSSAnimationData* animation)
90 WebCore::KeyframeValueList values(AnimatedPropertyOpacity);
103 WebCore::KeyframeValueList values(AnimatedPropertyWebkitFilter);
122 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
141 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
160 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
178 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
197 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform);
216 WebCore::KeyframeValueList values(AnimatedPropertyWebkitTransform)
    [all...]
AnimationTranslationUtil.cpp 30 #include "core/platform/animation/KeyframeValueList.h"
231 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAnimationData* animation, int animationId, double timeOffset, Curve* curve, blink::WebAnimation::TargetProperty targetProperty, const FloatSize& boxSize)
329 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& values, const CSSAnimationData* animation, int animationId, double timeOffset, const FloatSize& boxSize)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.cpp 128 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform);
129 KeyframeValueList opacityVector(AnimatedPropertyOpacity);
130 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter);
174 KeyframeValueList opacityVector(AnimatedPropertyOpacity);
183 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform);
192 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter);
202 PassOwnPtr<WebAnimation> WebAnimationProvider::createWebAnimationAndStoreId(const KeyframeValueList& values, const IntSize& boxSize, const CSSAnimationData* animation, const String& animationName, double timeOffset)
WebAnimationProvider.h 30 #include "core/platform/animation/KeyframeValueList.h"
68 PassOwnPtr<blink::WebAnimation> createWebAnimationAndStoreId(const KeyframeValueList&, const IntSize& boxSize, const CSSAnimationData*, const String& animationName, double timeOffset);
  /external/chromium_org/cc/animation/
layer_animation_controller.h 31 class KeyframeValueList;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
webcore_platform.target.darwin-mips.mk 31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
webcore_platform.target.darwin-x86.mk 31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
webcore_platform.target.linux-arm.mk 31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
webcore_platform.target.linux-mips.mk 31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \
webcore_platform.target.linux-x86.mk 31 third_party/WebKit/Source/core/platform/animation/KeyframeValueList.cpp \

Completed in 399 milliseconds