Home
last modified time | relevance | path

Searched refs:ActiveAnimations (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DActiveAnimations.cpp47 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()
DActiveAnimations.h52 class ActiveAnimations {
54 ActiveAnimations() in ActiveAnimations() function
DDocumentAnimations.cpp88 if (const ActiveAnimations* activeAnimations = element.activeAnimations()) { in serviceBeforeGetComputedStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h134 ActiveAnimations* activeAnimations() { return m_activeAnimations.get(); } in activeAnimations()
135 void setActiveAnimations(PassOwnPtr<ActiveAnimations> activeAnimations) in setActiveAnimations()
188 OwnPtr<ActiveAnimations> m_activeAnimations;
DElement.cpp211 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 …]
DElement.h42 class ActiveAnimations; variable
514 ActiveAnimations* activeAnimations() const;
515 ActiveAnimations* ensureActiveAnimations();
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp363 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()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp909 if (ActiveAnimations* activeAnimations = pseudo->activeAnimations()) in createPseudoElementIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
Dwebcore_remaining.target.linux-x86.mk55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
Dwebcore_remaining.target.linux-mips.mk55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
Dwebcore_remaining.target.darwin-arm.mk55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
Dwebcore_remaining.target.darwin-x86.mk55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
Dwebcore_remaining.target.darwin-mips.mk55 third_party/WebKit/Source/core/animation/ActiveAnimations.cpp \
Dcore.gypi535 'animation/ActiveAnimations.cpp',
536 'animation/ActiveAnimations.h',