OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyframedFloatAnimationCurve
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_impl.h
14
class
KeyframedFloatAnimationCurve
;
44
scoped_ptr<cc::
KeyframedFloatAnimationCurve
> curve_;
web_float_animation_curve_impl.cc
17
: curve_(cc::
KeyframedFloatAnimationCurve
::Create()) {}
/external/chromium_org/cc/input/
top_controls_manager.h
21
class
KeyframedFloatAnimationCurve
;
46
KeyframedFloatAnimationCurve
* animation() {
82
scoped_ptr<
KeyframedFloatAnimationCurve
> top_controls_animation_;
top_controls_manager.cc
196
top_controls_animation_ =
KeyframedFloatAnimationCurve
::Create();
/external/chromium_org/cc/animation/
keyframed_animation_curve.h
142
class CC_EXPORT
KeyframedFloatAnimationCurve
: public FloatAnimationCurve {
145
static scoped_ptr<
KeyframedFloatAnimationCurve
> Create();
147
virtual ~
KeyframedFloatAnimationCurve
();
159
KeyframedFloatAnimationCurve
();
165
DISALLOW_COPY_AND_ASSIGN(
KeyframedFloatAnimationCurve
);
keyframed_animation_curve.cc
212
//
KeyframedFloatAnimationCurve
214
scoped_ptr<
KeyframedFloatAnimationCurve
>
KeyframedFloatAnimationCurve
::
216
return make_scoped_ptr(new
KeyframedFloatAnimationCurve
);
219
KeyframedFloatAnimationCurve
::
KeyframedFloatAnimationCurve
() {}
221
KeyframedFloatAnimationCurve
::~
KeyframedFloatAnimationCurve
() {}
223
void
KeyframedFloatAnimationCurve
::AddKeyframe(
228
double
KeyframedFloatAnimationCurve
::Duration() const
[
all
...]
keyframed_animation_curve_unittest.cc
121
scoped_ptr<
KeyframedFloatAnimationCurve
> curve(
122
KeyframedFloatAnimationCurve
::Create());
134
scoped_ptr<
KeyframedFloatAnimationCurve
> curve(
135
KeyframedFloatAnimationCurve
::Create());
149
scoped_ptr<
KeyframedFloatAnimationCurve
> curve(
150
KeyframedFloatAnimationCurve
::Create());
168
scoped_ptr<
KeyframedFloatAnimationCurve
> curve(
169
KeyframedFloatAnimationCurve
::Create());
392
scoped_ptr<
KeyframedFloatAnimationCurve
> curve(
393
KeyframedFloatAnimationCurve
::Create())
[
all
...]
/external/chromium_org/cc/test/
animation_test_common.cc
18
using cc::
KeyframedFloatAnimationCurve
;
31
scoped_ptr<
KeyframedFloatAnimationCurve
>
32
curve(
KeyframedFloatAnimationCurve
::Create());
/external/chromium_org/cc/layers/
layer_unittest.cc
[
all
...]
Completed in 74 milliseconds