HomeSort by relevance Sort by last modified time
    Searched defs:hasActiveAnimations (Results 1 - 2 of 2) 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
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 391 bool Element::hasActiveAnimations() const
    [all...]

Completed in 29 milliseconds