Searched defs:m_animations (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DActiveAnimations.h75 bool isEmpty() const { return m_defaultStack.isEmpty() && m_cssAnimations.isEmpty() && m_animations.isEmpty(); }
84 void addAnimation(Animation* animation) { m_animations.append(animation); }
85 void notifyAnimationDestroyed(Animation* animation) { m_animations.remove(m_animations.find(animation)); }
101 Vector<Animation*> m_animations; member in class:WebCore::ActiveAnimations
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareNonInheritedData.h124 OwnPtrWillBePersistent<CSSAnimationData> m_animations; member in class:WebCore::StyleRareNonInheritedData
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h182 bool isEmpty() const { return m_animations.isEmpty() && m_transitions.isEmpty() && !m_pendingUpdate; }
204 AnimationMap m_animations; member in class:WebCore::FINAL

Completed in 173 milliseconds