Searched refs:DefaultPriority (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationStackTest.cpp | 89 …eInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0); in TEST_F() 103 …s(&element->activeAnimations()->defaultStack(), &newAnimations, 0, Animation::DefaultPriority, 10); in TEST_F() 115 …>activeAnimations()->defaultStack(), 0, &cancelledAnimationPlayers, Animation::DefaultPriority, 0); in TEST_F() 130 …eInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0); in TEST_F() 137 …eInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0); in TEST_F() 143 …eInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0); in TEST_F() 149 …eInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0); in TEST_F()
|
D | Animation.h | 51 enum Priority { DefaultPriority, TransitionPriority }; enumerator 53 …, PassRefPtrWillBeRawPtr<AnimationEffect>, const Timing&, Priority = DefaultPriority, PassOwnPtrWi…
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 331 …rtAnimation->effect(), inertAnimation->specifiedTiming(), Animation::DefaultPriority, eventDelegat… in maybeApplyPendingUpdate() 547 …nimationStack::activeInterpolations(animationStack, 0, 0, Animation::DefaultPriority, timelineCurr… in calculateAnimationActiveInterpolations() 556 …nimations, &update->cancelledAnimationAnimationPlayers(), Animation::DefaultPriority, timelineCurr… in calculateAnimationActiveInterpolations()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1606 uint32_t priority = ConstructorAttr::DefaultPriority; in handleConstructorAttr() 1624 uint32_t priority = DestructorAttr::DefaultPriority; in handleDestructorAttr()
|