Home
last modified time | relevance | path

Searched defs:activeAnimations (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DActiveAnimations.cpp47 if (const ActiveAnimations* activeAnimations = element->activeAnimations()) { in shouldCompositeForActiveAnimations() local
65 if (const ActiveAnimations* activeAnimations = element->activeAnimations()) in hasActiveAnimations() local
79 if (const ActiveAnimations* activeAnimations = element->activeAnimations()) in hasActiveAnimationsOnCompositor() local
DDocumentAnimations.cpp88 if (const ActiveAnimations* activeAnimations = element.activeAnimations()) { in serviceBeforeGetComputedStyle() local
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp363 const ActiveAnimations* activeAnimations = element ? element->activeAnimations() : 0; in calculateAnimationUpdate() local
474 const ActiveAnimations* activeAnimations = element->activeAnimations(); in maybeApplyPendingUpdate() local
587 ActiveAnimations* activeAnimations = element->activeAnimations(); in calculateTransitionUpdate() local
666 ActiveAnimations* activeAnimations = element ? element->activeAnimations() : 0; in calculateAnimationCompositableValues() local
687 ActiveAnimations* activeAnimations = element ? element->activeAnimations() : 0; in calculateTransitionCompositableValues() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h134 ActiveAnimations* activeAnimations() { return m_activeAnimations.get(); } in activeAnimations() function
135 void setActiveAnimations(PassOwnPtr<ActiveAnimations> activeAnimations) in setActiveAnimations()
DElement.cpp211 if (ActiveAnimations* activeAnimations = data->activeAnimations()) in ~Element() local
376 ActiveAnimations* Element::activeAnimations() const in activeAnimations() function in WebCore::Element
399 ActiveAnimations* activeAnimations = elementRareData()->activeAnimations(); in hasActiveAnimations() local
1406 if (ActiveAnimations* activeAnimations = data->activeAnimations()) in attach() local
1441 if (ActiveAnimations* activeAnimations = data->activeAnimations()) { in detach() local
1502 if (ActiveAnimations* activeAnimations = this->activeAnimations()) in styleForRenderer() local
1511 if (ActiveAnimations* activeAnimations = this->activeAnimations()) in styleForRenderer() local
1539 if (ActiveAnimations* activeAnimations = data->activeAnimations()) in recalcStyle() local
1733 if (ActiveAnimations* activeAnimations = elementRareData()->activeAnimations()) in setAnimationStyleChange() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp909 if (ActiveAnimations* activeAnimations = pseudo->activeAnimations()) in createPseudoElementIfNeeded() local