OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebAnimationProvider
(Results
1 - 10
of
10
) 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
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.h
40
class
WebAnimationProvider
;
340
OwnPtr<
WebAnimationProvider
> m_animationProvider;
CompositedLayerMapping.cpp
54
#include "core/rendering/animation/
WebAnimationProvider
.h"
161
, m_animationProvider(adoptPtr(new
WebAnimationProvider
))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk
154
third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider
.cpp \
webcore_rendering.target.darwin-mips.mk
154
third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider
.cpp \
webcore_rendering.target.darwin-x86.mk
154
third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider
.cpp \
webcore_rendering.target.linux-arm.mk
154
third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider
.cpp \
webcore_rendering.target.linux-mips.mk
154
third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider
.cpp \
webcore_rendering.target.linux-x86.mk
154
third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider
.cpp \
Completed in 1271 milliseconds