Home
last modified time | relevance | path

Searched refs:hasActiveAnimations (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DActiveAnimations.cpp48 if (activeAnimations->hasActiveAnimations(CSSPropertyOpacity) in shouldCompositeForActiveAnimations()
49 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitTransform) in shouldCompositeForActiveAnimations()
50 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitFilter)) in shouldCompositeForActiveAnimations()
57 bool hasActiveAnimations(const RenderObject& renderer, CSSPropertyID property) in hasActiveAnimations() function
66 return activeAnimations->hasActiveAnimations(property); in hasActiveAnimations()
85 bool ActiveAnimations::hasActiveAnimations(CSSPropertyID property) const in hasActiveAnimations() function in WebCore::ActiveAnimations
DActiveAnimations.h49 bool hasActiveAnimations(const RenderObject&, CSSPropertyID);
73 bool hasActiveAnimations(CSSPropertyID) const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h516 bool hasActiveAnimations() const;
DElement.cpp391 bool Element::hasActiveAnimations() const in hasActiveAnimations() function in WebCore::Element
3617 if (hasActiveAnimations()) in supportsStyleSharing()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1141 if (!(animatingElement && animatingElement->hasActiveAnimations()) in applyAnimatedProperties()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerCompositor.cpp2023 return hasActiveAnimations(*renderer, CSSPropertyWebkitTransform); in isRunningAcceleratedTransformAnimation()