OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyframedColorAnimationCurve
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/animation/
keyframed_animation_curve.h
116
class CC_EXPORT
KeyframedColorAnimationCurve
: public ColorAnimationCurve {
119
static scoped_ptr<
KeyframedColorAnimationCurve
> Create();
121
virtual ~
KeyframedColorAnimationCurve
();
133
KeyframedColorAnimationCurve
();
139
DISALLOW_COPY_AND_ASSIGN(
KeyframedColorAnimationCurve
);
keyframed_animation_curve.cc
167
scoped_ptr<
KeyframedColorAnimationCurve
>
KeyframedColorAnimationCurve
::
169
return make_scoped_ptr(new
KeyframedColorAnimationCurve
);
172
KeyframedColorAnimationCurve
::
KeyframedColorAnimationCurve
() {}
174
KeyframedColorAnimationCurve
::~
KeyframedColorAnimationCurve
() {}
176
void
KeyframedColorAnimationCurve
::AddKeyframe(
181
double
KeyframedColorAnimationCurve
::Duration() const {
185
scoped_ptr<AnimationCurve>
KeyframedColorAnimationCurve
::Clone() const
[
all
...]
keyframed_animation_curve_unittest.cc
30
scoped_ptr<
KeyframedColorAnimationCurve
> curve(
31
KeyframedColorAnimationCurve
::Create());
47
scoped_ptr<
KeyframedColorAnimationCurve
> curve(
48
KeyframedColorAnimationCurve
::Create());
70
scoped_ptr<
KeyframedColorAnimationCurve
> curve(
71
KeyframedColorAnimationCurve
::Create());
93
scoped_ptr<
KeyframedColorAnimationCurve
> curve(
94
KeyframedColorAnimationCurve
::Create());
Completed in 68 milliseconds