OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animationIdentifier
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp
228
static String
animationIdentifier
(const String& animationName, AnimatedPropertyID property, int index)
427
void GraphicsLayerCA::moveOrCopyLayerAnimation(MoveOrCopy operation, const String&
animationIdentifier
, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
429
RefPtr<PlatformCAAnimation> anim = fromLayer->animationForKey(
animationIdentifier
);
435
fromLayer->removeAnimationForKey(
animationIdentifier
);
436
toLayer->addAnimationForKey(
animationIdentifier
, anim.get());
440
toLayer->addAnimationForKey(
animationIdentifier
, anim.get());
455
moveOrCopyLayerAnimation(operation,
animationIdentifier
(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index), fromLayer, toLayer);
[
all
...]
GraphicsLayerCA.h
302
static void moveOrCopyLayerAnimation(MoveOrCopy, const String&
animationIdentifier
, PlatformCALayer *fromLayer, PlatformCALayer *toLayer);
Completed in 65 milliseconds