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

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 383 struct AnimationProcessingAction {
384 AnimationProcessingAction(Action action = Remove, double timeOffset = 0)
392 typedef HashMap<String, AnimationProcessingAction> AnimationsToProcessMap;
GraphicsLayerCA.cpp 643 AnimationProcessingAction& processingInfo = it->second;
648 m_animationsToProcess.add(animationName, AnimationProcessingAction(Pause, timeOffset));
658 m_animationsToProcess.add(animationName, AnimationProcessingAction(Remove));
    [all...]

Completed in 347 milliseconds