HomeSort by relevance Sort by last modified time
    Searched refs:defaultStack (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.h 61 AnimationStack& defaultStack() { return m_defaultStack; }
62 const AnimationStack& defaultStack() const { return m_defaultStack; }
AnimationStackTest.cpp 44 return element->ensureActiveAnimations().defaultStack().m_effects;
89 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
103 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), &newAnimations, 0, Animation::DefaultPriority, 10);
115 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, &cancelledAnimationPlayers, Animation::DefaultPriority, 0);
130 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
137 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
143 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
149 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
Animation.cpp 140 return element->ensureActiveAnimations().defaultStack();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 544 AnimationStack* animationStack = activeAnimations ? &activeAnimations->defaultStack() : 0;
563 AnimationStack* animationStack = activeAnimations ? &activeAnimations->defaultStack() : 0;
    [all...]

Completed in 165 milliseconds