Searched refs:ActiveAnimations (Results 1 – 15 of 15) sorted by relevance
47 if (const ActiveAnimations* activeAnimations = element->activeAnimations()) { in shouldCompositeForActiveAnimations()65 if (const ActiveAnimations* activeAnimations = element->activeAnimations()) in hasActiveAnimations()79 if (const ActiveAnimations* activeAnimations = element->activeAnimations()) in hasActiveAnimationsOnCompositor()85 bool ActiveAnimations::hasActiveAnimations(CSSPropertyID property) const in hasActiveAnimations()90 bool ActiveAnimations::hasActiveAnimationsOnCompositor(CSSPropertyID property) const in hasActiveAnimationsOnCompositor()95 void ActiveAnimations::cancelAnimationOnCompositor() in cancelAnimationOnCompositor()
52 class ActiveAnimations {54 ActiveAnimations() in ActiveAnimations() function
88 if (const ActiveAnimations* activeAnimations = element.activeAnimations()) { in serviceBeforeGetComputedStyle()
134 ActiveAnimations* activeAnimations() { return m_activeAnimations.get(); } in activeAnimations()135 void setActiveAnimations(PassOwnPtr<ActiveAnimations> activeAnimations) in setActiveAnimations()188 OwnPtr<ActiveAnimations> m_activeAnimations;
211 if (ActiveAnimations* activeAnimations = data->activeAnimations()) in ~Element()376 ActiveAnimations* Element::activeAnimations() const in activeAnimations()383 ActiveAnimations* Element::ensureActiveAnimations() in ensureActiveAnimations()387 rareData.setActiveAnimations(adoptPtr(new ActiveAnimations())); in ensureActiveAnimations()399 ActiveAnimations* activeAnimations = elementRareData()->activeAnimations(); in hasActiveAnimations()1406 if (ActiveAnimations* activeAnimations = data->activeAnimations()) in attach()1441 if (ActiveAnimations* activeAnimations = data->activeAnimations()) { in detach()1502 if (ActiveAnimations* activeAnimations = this->activeAnimations()) in styleForRenderer()1511 if (ActiveAnimations* activeAnimations = this->activeAnimations()) in styleForRenderer()1539 if (ActiveAnimations* activeAnimations = data->activeAnimations()) in recalcStyle()[all …]
42 class ActiveAnimations; variable514 ActiveAnimations* activeAnimations() const;515 ActiveAnimations* ensureActiveAnimations();
363 const ActiveAnimations* activeAnimations = element ? element->activeAnimations() : 0; in calculateAnimationUpdate()474 const ActiveAnimations* activeAnimations = element->activeAnimations(); in maybeApplyPendingUpdate()587 ActiveAnimations* activeAnimations = element->activeAnimations(); in calculateTransitionUpdate()666 ActiveAnimations* activeAnimations = element ? element->activeAnimations() : 0; in calculateAnimationCompositableValues()687 ActiveAnimations* activeAnimations = element ? element->activeAnimations() : 0; in calculateTransitionCompositableValues()
909 if (ActiveAnimations* activeAnimations = pseudo->activeAnimations()) in createPseudoElementIfNeeded()
55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
535 'animation/ActiveAnimations.cpp',536 'animation/ActiveAnimations.h',