Searched defs:activeAnimations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.h105 ActiveAnimations* activeAnimations() { return m_activeAnimations.get(); } function in class:blink::ElementRareData
106 void setActiveAnimations(PassOwnPtrWillBeRawPtr<ActiveAnimations> activeAnimations) argument
108 m_activeAnimations = activeAnimations;
H A DElement.cpp338 ActiveAnimations* Element::activeAnimations() const function in class:blink::Element
341 return elementRareData()->activeAnimations();
348 if (!rareData.activeAnimations())
350 return *rareData.activeAnimations();
358 ActiveAnimations* activeAnimations = elementRareData()->activeAnimations();
359 return activeAnimations && !activeAnimations->isEmpty();
1350 if (ActiveAnimations* activeAnimations = elementRareData()->activeAnimations()) {
[all...]

Completed in 700 milliseconds