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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 111 PassRefPtr<PlatformCAAnimation> animationForKey(const String& key);
GraphicsLayerCA.cpp 429 RefPtr<PlatformCAAnimation> anim = fromLayer->animationForKey(animationIdentifier);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 368 PassRefPtr<PlatformCAAnimation> PlatformCALayer::animationForKey(const String& key)
370 CAPropertyAnimation* propertyAnimation = static_cast<CAPropertyAnimation*>([m_layer.get() animationForKey:key]);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 293 PassRefPtr<PlatformCAAnimation> PlatformCALayer::animationForKey(const String& key)

Completed in 57 milliseconds