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 80 void addAnimation(Animation* animation) { m_animations.append(animation); }
81 void notifyAnimationDestroyed(Animation* animation) { m_animations.remove(m_animations.find(animation)); }
97 Vector<Animation*> m_animations; member in class:blink::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:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h 124 OwnPtrWillBePersistent<CSSAnimationData> m_animations; member in class:blink::StyleRareNonInheritedData

Completed in 56 milliseconds