OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebAnimations
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.h
46
struct
WebAnimations
{
47
WebAnimations
();
48
~
WebAnimations
();
49
WebAnimations
(const
WebAnimations
&);
64
WebAnimations
startAnimation(double timeOffset, const CSSAnimationData*, const KeyframeList&, bool hasTransform, const IntSize& boxSize);
65
WebAnimations
startTransition(double timeOffset, CSSPropertyID, const RenderStyle* fromStyle, const RenderStyle* toStyle, bool hasTransform, bool hasFilter, const IntSize& boxSize, float fromOpacity, float toOpacity);
WebAnimationProvider.cpp
74
WebAnimations
::
WebAnimations
()
78
WebAnimations
::~
WebAnimations
()
83
WebAnimations
::
WebAnimations
(const
WebAnimations
& other)
92
bool
WebAnimations
::isEmpty() const
119
WebAnimations
WebAnimationProvider::startAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes, bool hasTransform, const IntSize& boxSize)
126
return
WebAnimations
();
[
all
...]
Completed in 38 milliseconds