Searched defs:KeyframeValueList (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; } argument
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h155 class KeyframeValueList { class in namespace:WebCore
156 WTF_MAKE_NONCOPYABLE(KeyframeValueList); WTF_MAKE_FAST_ALLOCATED;
159 KeyframeValueList(AnimatedPropertyID property) function in class:WebCore::KeyframeValueList
164 ~KeyframeValueList()
304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; } argument
373 static void fetchTransformOperationList(const KeyframeValueList&, TransformOperationList&, bool& isValid, bool& hasBigRotation);

Completed in 37 milliseconds