OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerPropertyAnimation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h
363
struct
LayerPropertyAnimation
{
364
LayerPropertyAnimation
(PassRefPtr<PlatformCAAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, double timeOffset)
380
Vector<
LayerPropertyAnimation
> m_uncomittedAnimations;
396
typedef HashMap<String, Vector<
LayerPropertyAnimation
> > AnimationsMap;
GraphicsLayerCA.cpp
450
const Vector<
LayerPropertyAnimation
>& propertyAnimations = it->second;
453
const
LayerPropertyAnimation
& currAnimation = propertyAnimations[i];
[
all
...]
Completed in 42 milliseconds