Searched refs:KeyframeAnimation (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/WebCore/page/animation/ |
D | KeyframeAnimation.cpp | 46 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index,… in KeyframeAnimation() function in WebCore::KeyframeAnimation 61 KeyframeAnimation::~KeyframeAnimation() in ~KeyframeAnimation() 68 void KeyframeAnimation::fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromSty… in fetchIntervalEndpointsForProperty() 147 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle… in animate() 209 void KeyframeAnimation::getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle) in getAnimatedStyle() 236 bool KeyframeAnimation::hasAnimationForProperty(int property) const in hasAnimationForProperty() 248 bool KeyframeAnimation::startAnimation(double timeOffset) in startAnimation() 262 void KeyframeAnimation::pauseAnimation(double timeOffset) in pauseAnimation() 281 void KeyframeAnimation::endAnimation() in endAnimation() 298 bool KeyframeAnimation::shouldSendEventForListener(Document::ListenerType listenerType) const in shouldSendEventForListener() [all …]
|
D | KeyframeAnimation.h | 42 class KeyframeAnimation : public AnimationBase { 44 …static PassRefPtr<KeyframeAnimation> create(const Animation* animation, RenderObject* renderer, in… in create() 46 …return adoptRef(new KeyframeAnimation(animation, renderer, index, compositeAnimation, unanimatedSt… in create() 82 …KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, Rende… 83 virtual ~KeyframeAnimation();
|
D | CompositeAnimation.cpp | 70 KeyframeAnimation* anim = it->second.get(); in clearRenderer() 121 RefPtr<KeyframeAnimation> keyframeAnim = getAnimationForProperty(prop); in updateTransitions() 233 … RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(animationName.impl()); in updateKeyframeAnimations() 249 …keyframeAnim = KeyframeAnimation::create(const_cast<Animation*>(anim), renderer, i, this, targetSt… in updateKeyframeAnimations() 264 KeyframeAnimation* keyframeAnim = it->second.get(); in updateKeyframeAnimations() 301 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(*it); in animate() 321 RefPtr<KeyframeAnimation> keyframeAnimation = m_keyframeAnimations.get(*it); in getAnimatedStyle() 343 KeyframeAnimation* anim = it->second.get(); in setAnimating() 370 KeyframeAnimation* animation = it->second.get(); in timeToNextService() 382 PassRefPtr<KeyframeAnimation> CompositeAnimation::getAnimationForProperty(int property) const in getAnimationForProperty() [all …]
|
D | CompositeAnimation.h | 75 PassRefPtr<KeyframeAnimation> getAnimationForProperty(int property) const; 98 typedef HashMap<AtomicStringImpl*, RefPtr<KeyframeAnimation> > AnimationNameMap;
|
D | ImplicitAnimation.cpp | 160 … RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty); in onAnimationEnd()
|
/external/webkit/Source/WebCore/page/ |
D | WebKitAnimation.h | 39 static PassRefPtr<WebKitAnimation> create(PassRefPtr<KeyframeAnimation> keyframeAnimation) in create() 73 WebKitAnimation(PassRefPtr<KeyframeAnimation>); 76 RefPtr<KeyframeAnimation> m_keyframeAnimation;
|
D | WebKitAnimation.cpp | 37 WebKitAnimation::WebKitAnimation(PassRefPtr<KeyframeAnimation> keyframeAnimation) in WebKitAnimation()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 3021 * page/animation/KeyframeAnimation.cpp: 3022 (WebCore::KeyframeAnimation::~KeyframeAnimation): 9524 * page/animation/KeyframeAnimation.cpp: 9525 (WebCore::KeyframeAnimation::endAnimation): 22422 * page/animation/KeyframeAnimation.cpp: 22423 (WebCore::KeyframeAnimation::endAnimation): 22424 (WebCore::KeyframeAnimation::sendAnimationEvent): 22681 * page/animation/KeyframeAnimation.cpp: 22682 (WebCore::KeyframeAnimation::sendAnimationEvent): 22683 (WebCore::KeyframeAnimation::timeToNextService): [all …]
|
D | Android.mk | 537 page/animation/KeyframeAnimation.cpp \
|
D | WebCore.pro | 901 page/animation/KeyframeAnimation.cpp \ 1850 page/animation/KeyframeAnimation.h \
|
D | CMakeLists.txt | 1046 page/animation/KeyframeAnimation.cpp
|
D | GNUmakefile.list.am | 2163 Source/WebCore/page/animation/KeyframeAnimation.cpp \ 2164 Source/WebCore/page/animation/KeyframeAnimation.h \
|
D | GNUmakefile.am | 2179 Source/WebCore/page/animation/KeyframeAnimation.cpp \ 2180 Source/WebCore/page/animation/KeyframeAnimation.h \
|
D | WebCore.gypi | 3500 'page/animation/KeyframeAnimation.cpp', 3501 'page/animation/KeyframeAnimation.h',
|
D | ChangeLog-2010-01-29 | 16993 * page/animation/KeyframeAnimation.cpp: 16994 (WebCore::KeyframeAnimation::sendAnimationEvent): 22450 * page/animation/KeyframeAnimation.cpp: 22451 (WebCore::KeyframeAnimation::pauseAnimation): 22466 * page/animation/KeyframeAnimation.cpp: 22467 (WebCore::KeyframeAnimation::startAnimation): 22540 * page/animation/KeyframeAnimation.cpp: 22541 (WebCore::KeyframeAnimation::~KeyframeAnimation): 22542 (WebCore::KeyframeAnimation::startAnimation): 22543 (WebCore::KeyframeAnimation::pauseAnimation): [all …]
|
D | ChangeLog-2010-05-24 | 17669 … CompositeAnimation::updateKeyframeAnimations() can make a KeyframeAnimation for animation "none" 23877 * page/animation/KeyframeAnimation.cpp: Added assert and protection 23878 (WebCore::KeyframeAnimation::getKeyframeAnimationInterval): 31510 in KeyframeAnimation::getAnimatedStyle(). 31514 * page/animation/KeyframeAnimation.cpp: 31515 (WebCore::KeyframeAnimation::getAnimatedStyle): 39580 * page/animation/KeyframeAnimation.cpp: 39581 (WebCore::KeyframeAnimation::animate): 39584 (WebCore::KeyframeAnimation::onAnimationEnd):
|
D | ChangeLog-2010-12-06 | 25567 * page/animation/KeyframeAnimation.cpp: 25568 (WebCore::KeyframeAnimation::KeyframeAnimation): 25569 (WebCore::KeyframeAnimation::sendAnimationEvent): 25570 * page/animation/KeyframeAnimation.h: 59047 * page/animation/KeyframeAnimation.cpp: 59048 (WebCore::KeyframeAnimation::fetchIntervalEndpointsForProperty): 59365 * page/animation/KeyframeAnimation.cpp: 59366 (WebCore::KeyframeAnimation::fetchIntervalEndpointsForProperty): 63945 Fix incorrect logic when resuming the animation (KeyframeAnimation::startAnimation 67736 * page/animation/KeyframeAnimation.cpp: [all …]
|
D | ChangeLog-2011-02-16 | 30740 * page/animation/KeyframeAnimation.cpp: 30741 (WebCore::KeyframeAnimation::fetchIntervalEndpointsForProperty):
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 788 …E6E1DA700BF6088 /* KeyframeAnimation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316FE10F0E… 789 …0E6E1DA700BF6088 /* KeyframeAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE1100E6… 7278 …KeyframeAnimation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco… 7279 …KeyframeAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode… 13503 316FE10F0E6E1DA700BF6088 /* KeyframeAnimation.cpp */, 13504 316FE1100E6E1DA700BF6088 /* KeyframeAnimation.h */, 21956 316FE11A0E6E1DA700BF6088 /* KeyframeAnimation.h in Headers */, 24888 316FE1190E6E1DA700BF6088 /* KeyframeAnimation.cpp in Sources */,
|