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

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 69 virtual void removeAnimationsForProperty(AnimatedPropertyID);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 99 virtual void removeAnimationsForProperty(AnimatedPropertyID);
LayerAndroid.h 213 void removeAnimationsForProperty(AnimatedPropertyID property);
GraphicsLayerAndroid.cpp 817 void GraphicsLayerAndroid::removeAnimationsForProperty(AnimatedPropertyID anID)
819 TLOG("NRO removeAnimationsForProperty(%d)", anID);
820 m_contentLayer->removeAnimationsForProperty(anID);
    [all...]
LayerAndroid.cpp 355 removeAnimationsForProperty(anim->type());
359 void LayerAndroid::removeAnimationsForProperty(AnimatedPropertyID property)
    [all...]

Completed in 110 milliseconds