HomeSort by relevance Sort by last modified time
    Searched defs:m_animations (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.h 75 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/animation/css/
CSSAnimations.h 182 bool isEmpty() const { return m_animations.isEmpty() && m_transitions.isEmpty() && !m_pendingUpdate; }
204 AnimationMap m_animations; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h 124 OwnPtrWillBePersistent<CSSAnimationData> m_animations; member in class:WebCore::StyleRareNonInheritedData

Completed in 104 milliseconds