HomeSort by relevance Sort by last modified time
    Searched refs:hasActiveAnimations (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.cpp 48 if (activeAnimations->hasActiveAnimations(CSSPropertyOpacity)
49 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitTransform)
50 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitFilter))
57 bool hasActiveAnimations(const RenderObject& renderer, CSSPropertyID property)
66 return activeAnimations->hasActiveAnimations(property);
85 bool ActiveAnimations::hasActiveAnimations(CSSPropertyID property) const
ActiveAnimations.h 49 bool hasActiveAnimations(const RenderObject&, CSSPropertyID);
73 bool hasActiveAnimations(CSSPropertyID) const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 516 bool hasActiveAnimations() const;
    [all...]
Element.cpp 391 bool Element::hasActiveAnimations() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp     [all...]

Completed in 457 milliseconds