OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebAnimationProvider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.h
56
class
WebAnimationProvider
{
57
WTF_MAKE_NONCOPYABLE(
WebAnimationProvider
); WTF_MAKE_FAST_ALLOCATED;
59
WebAnimationProvider
();
60
~
WebAnimationProvider
();
WebAnimationProvider.cpp
28
#include "core/rendering/animation/
WebAnimationProvider
.h"
97
WebAnimationProvider
::
WebAnimationProvider
()
101
WebAnimationProvider
::~
WebAnimationProvider
()
105
int
WebAnimationProvider
::getWebAnimationId(const String& animationName) const
112
int
WebAnimationProvider
::getWebAnimationId(CSSPropertyID property) const
119
WebAnimations
WebAnimationProvider
::startAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes, bool hasTransform, const IntSize& boxSize)
165
WebAnimations
WebAnimationProvider
::startTransition(double timeOffset, CSSPropertyID property, const RenderStyle* fromStyle, const RenderStyle* toStyle, bool hasTransform, bool hasFilter, const IntSize& boxSize, float fromOpacity, float toOpacity)
202
PassOwnPtr<WebAnimation>
WebAnimationProvider
::createWebAnimationAndStoreId(const KeyframeValueList& values, const IntSize& boxSize, const CSSAn (…)
[
all
...]
Completed in 44 milliseconds