OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createwebanimation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.h
52
PassOwnPtr<WebKit::WebAnimation>
createWebAnimation
(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
AnimationTranslationUtil.cpp
200
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)
287
return
createWebAnimation
<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), WebKit::WebAnimation::TargetPropertyTransform, FloatSize(boxSize));
292
return
createWebAnimation
<FloatAnimationValue, WebFloatKeyframe, WebFloatAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), WebKit::WebAnimation::TargetPropertyOpacity, FloatSize());
AnimationTranslationUtilTest.cpp
49
return
createWebAnimation
(values, animation, 0, 0, boxSize);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp
[
all
...]
Completed in 2453 milliseconds