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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 44 typedef CAPropertyAnimation* PlatformAnimationRef;
47 typedef CACFAnimationRef PlatformAnimationRef;
65 static PassRefPtr<PlatformCAAnimation> create(PlatformAnimationRef);
73 PlatformAnimationRef platformAnimation() const;
139 PlatformCAAnimation(PlatformAnimationRef);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 141 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(PlatformAnimationRef animation)
158 PlatformCAAnimation::PlatformCAAnimation(PlatformAnimationRef animation)
210 PlatformAnimationRef PlatformCAAnimation::platformAnimation() const
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 153 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(PlatformAnimationRef animation)
167 PlatformCAAnimation::PlatformCAAnimation(PlatformAnimationRef animation)
221 PlatformAnimationRef PlatformCAAnimation::platformAnimation() const

Completed in 181 milliseconds