OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createWebAnimationAndStoreId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.cpp
156
resultAnimations.m_transformAnimation =
createWebAnimationAndStoreId
(transformVector, boxSize, anim, keyframes.animationName(), timeOffset);
158
resultAnimations.m_opacityAnimation =
createWebAnimationAndStoreId
(opacityVector, IntSize(), anim, keyframes.animationName(), timeOffset);
160
resultAnimations.m_filterAnimation =
createWebAnimationAndStoreId
(filterVector, IntSize(), anim, keyframes.animationName(), timeOffset);
177
resultAnimations.m_opacityAnimation =
createWebAnimationAndStoreId
(opacityVector, IntSize(), opacityAnim, animationNameForTransition(AnimatedPropertyOpacity), timeOffset);
186
resultAnimations.m_transformAnimation =
createWebAnimationAndStoreId
(transformVector, boxSize, transformAnim, animationNameForTransition(AnimatedPropertyWebkitTransform), timeOffset);
195
resultAnimations.m_filterAnimation =
createWebAnimationAndStoreId
(filterVector, IntSize(), filterAnim, animationNameForTransition(AnimatedPropertyWebkitFilter), timeOffset);
202
PassOwnPtr<WebAnimation> WebAnimationProvider::
createWebAnimationAndStoreId
(const KeyframeValueList& values, const IntSize& boxSize, const CSSAnimationData* animation, const String& animationName, double timeOffset)
WebAnimationProvider.h
68
PassOwnPtr<blink::WebAnimation>
createWebAnimationAndStoreId
(const KeyframeValueList&, const IntSize& boxSize, const CSSAnimationData*, const String& animationName, double timeOffset);
Completed in 863 milliseconds