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

  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 162 m_animation.adoptNS([[CABasicAnimation animationWithKeyPath:keyPath] retain]);
164 m_animation.adoptNS([[CAKeyframeAnimation animationWithKeyPath:keyPath] retain]);
178 m_animation = static_cast<CAPropertyAnimation*>(animation);
223 return m_animation.get();
228 return [m_animation.get() keyPath];
233 return [m_animation.get() beginTime];
238 [m_animation.get() setBeginTime:value];
250 return [m_animation.get() duration];
255 [m_animation.get() setDuration:value];
260 return [m_animation.get() speed]
    [all...]