/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
CSSPropertyAnimation.h | 39 class CSSPropertyAnimation {
|
ImplicitAnimation.cpp | 34 #include "core/frame/animation/CSSPropertyAnimation.h" 83 bool needsAnim = CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); 102 CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); 212 return CSSPropertyAnimation::propertiesEqual(prop, m_toStyle.get(), targetStyle); 223 CSSPropertyAnimation::blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); 275 if (CSSPropertyAnimation::animationOfPropertyIsAccelerated(m_animatingProperty) && isAccelerated()) {
|
AnimationBase.h | 50 friend class CSSPropertyAnimation;
|
KeyframeAnimation.cpp | 37 #include "core/frame/animation/CSSPropertyAnimation.h" 199 bool needsAnim = CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress); 229 CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress); 441 if (!CSSPropertyAnimation::animationOfPropertyIsAccelerated(*it) || !isAccelerated()) {
|
CompositeAnimation.cpp | 34 #include "core/frame/animation/CSSPropertyAnimation.h" 101 for (int propertyIndex = 0; propertyIndex < CSSPropertyAnimation::getNumProperties(); ++propertyIndex) { 105 prop = CSSPropertyAnimation::getPropertyAtIndex(propertyIndex, isShorthand); 141 if (CSSPropertyAnimation::animationOfPropertyIsAccelerated(prop) && implAnim->isAccelerated()) { 153 equal = !isActiveTransition || CSSPropertyAnimation::propertiesEqual(prop, fromStyle, &targetStyle);
|
CSSPropertyAnimation.cpp | 31 #include "core/frame/animation/CSSPropertyAnimation.h" [all...] |
AnimationController.cpp | 41 #include "core/frame/animation/CSSPropertyAnimation.h" 539 return CSSPropertyAnimation::animationOfPropertyIsAccelerated(property);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StylePropertyShorthandCustom.cpp | 60 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationPropertiesForParsing))); 93 case CSSPropertyAnimation:
|
CSSProperty.h | 98 case CSSPropertyAnimation: 141 propertyId = CSSPropertyAnimation;
|
RuntimeCSSEnabled.cpp | 105 CSSPropertyAnimation,
|
CSSProperty.cpp | 365 case CSSPropertyAnimation:
|
StylePropertySerializer.cpp | 315 case CSSPropertyAnimation: [all...] |
CSSComputedStyleDeclaration.cpp | [all...] |
CSSParser-in.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
UseCounter.cpp | 479 case CSSPropertyAnimation: return 424;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimations.cpp | 48 #include "core/frame/animation/CSSPropertyAnimation.h" 544 if (CSSPropertyAnimation::propertiesEqual(id, &oldStyle, &style)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderCustom.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 472 third_party/WebKit/Source/core/frame/animation/CSSPropertyAnimation.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 472 third_party/WebKit/Source/core/frame/animation/CSSPropertyAnimation.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 472 third_party/WebKit/Source/core/frame/animation/CSSPropertyAnimation.cpp \ [all...] |
webcore_remaining.target.linux-arm.mk | 472 third_party/WebKit/Source/core/frame/animation/CSSPropertyAnimation.cpp \ [all...] |
webcore_remaining.target.linux-mips.mk | 472 third_party/WebKit/Source/core/frame/animation/CSSPropertyAnimation.cpp \ [all...] |
webcore_remaining.target.linux-x86.mk | 472 third_party/WebKit/Source/core/frame/animation/CSSPropertyAnimation.cpp \ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyle.h | 113 friend class CSSPropertyAnimation; // Used by CSS animations. We can't allow them to animate based off visited colors. [all...] |