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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 93 bool autoreverses() const;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 190 animation->setAutoreverses(autoreverses());
288 bool PlatformCAAnimation::autoreverses() const
290 return [m_animation.get() autoreverses];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 181 animation->setAutoreverses(autoreverses());
270 bool PlatformCAAnimation::autoreverses() const function in class:PlatformCAAnimation

Completed in 118 milliseconds