Searched refs:WebAnimations (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/ |
D | WebAnimationProvider.h | 46 struct WebAnimations { struct 47 WebAnimations(); 48 ~WebAnimations(); 49 WebAnimations(const WebAnimations&); 64 …WebAnimations startAnimation(double timeOffset, const CSSAnimationData*, const KeyframeList&, bool… argument 65 …WebAnimations startTransition(double timeOffset, CSSPropertyID, const RenderStyle* fromStyle, cons…
|
D | WebAnimationProvider.cpp | 74 WebAnimations::WebAnimations() in WebAnimations() function in WebCore::WebAnimations 78 WebAnimations::~WebAnimations() in ~WebAnimations() 83 WebAnimations::WebAnimations(const WebAnimations& other) in WebAnimations() function in WebCore::WebAnimations 92 bool WebAnimations::isEmpty() const in isEmpty() 119 WebAnimations WebAnimationProvider::startAnimation(double timeOffset, const CSSAnimationData* anim,… in startAnimation() 126 return WebAnimations(); in startAnimation() 154 WebAnimations resultAnimations; in startAnimation() 165 WebAnimations WebAnimationProvider::startTransition(double timeOffset, CSSPropertyID property, cons… in startTransition() 170 WebAnimations resultAnimations; in startTransition()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | CompositedLayerMapping.cpp | 1998 …WebAnimations animations(m_animationProvider->startAnimation(timeOffset, anim, keyframes, hasTrans… in startAnimation() 2060 WebAnimations animations(m_animationProvider->startTransition(timeOffset, property, fromStyle, in startTransition()
|