OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_transformAnimation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.h
51
OwnPtr<blink::WebAnimation>
m_transformAnimation
;
WebAnimationProvider.cpp
86
m_transformAnimation
.swap(const_cast<OwnPtr<WebAnimation>& >(other.
m_transformAnimation
));
94
return !
m_transformAnimation
&& !m_opacityAnimation && !m_filterAnimation;
156
resultAnimations.
m_transformAnimation
= createWebAnimationAndStoreId(transformVector, boxSize, anim, keyframes.animationName(), timeOffset);
186
resultAnimations.
m_transformAnimation
= createWebAnimationAndStoreId(transformVector, boxSize, transformAnim, animationNameForTransition(AnimatedPropertyWebkitTransform), timeOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
[
all
...]
Completed in 46 milliseconds