OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animatingproperty
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.h
41
static PassRefPtr<ImplicitAnimation> create(const Animation* animation, int
animatingProperty
, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle)
43
return adoptRef(new ImplicitAnimation(animation,
animatingProperty
, renderer, compositeAnimation, fromStyle));
47
int
animatingProperty
() const { return m_animatingProperty; }
81
ImplicitAnimation(const Animation*, int
animatingProperty
, RenderObject*, CompositeAnimation*, RenderStyle* fromStyle);
ImplicitAnimation.cpp
43
ImplicitAnimation::ImplicitAnimation(const Animation* transition, int
animatingProperty
, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle)
46
, m_animatingProperty(
animatingProperty
)
51
ASSERT(
animatingProperty
!= cAnimateAll);
CompositeAnimation.cpp
186
toBeRemoved.append(anim->
animatingProperty
());
459
if (anim && anim->
animatingProperty
() == property)
471
if (anim && anim->
animatingProperty
() == property)
Completed in 189 milliseconds