Searched defs:hasActiveAnimations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DActiveAnimations.cpp48 if (activeAnimations->hasActiveAnimations(CSSPropertyOpacity)
49 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitTransform)
50 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitFilter))
57 bool hasActiveAnimations(const RenderObject& renderer, CSSPropertyID property) function in namespace:WebCore
66 return activeAnimations->hasActiveAnimations(property);
85 bool ActiveAnimations::hasActiveAnimations(CSSPropertyID property) const function in class:WebCore::ActiveAnimations
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp391 bool Element::hasActiveAnimations() const function in class:WebCore::Element
3617 if (hasActiveAnimations())

Completed in 131 milliseconds