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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 102 bool isRemovedOnCompletion() const;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 192 animation->setRemovedOnCompletion(isRemovedOnCompletion());
318 bool PlatformCAAnimation::isRemovedOnCompletion() const
320 return [m_animation.get() isRemovedOnCompletion];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 183 animation->setRemovedOnCompletion(isRemovedOnCompletion());
300 bool PlatformCAAnimation::isRemovedOnCompletion() const

Completed in 198 milliseconds