OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayerAnimationController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
layer_animation_controller.h
35
class CC_EXPORT
LayerAnimationController
36
: public base::RefCounted<
LayerAnimationController
> {
38
static scoped_refptr<
LayerAnimationController
> Create(int id);
53
LayerAnimationController
* controller_impl);
115
friend class base::RefCounted<
LayerAnimationController
>;
117
explicit
LayerAnimationController
(int id);
118
virtual ~
LayerAnimationController
();
124
LayerAnimationController
* controller_impl) const;
126
LayerAnimationController
* controller_impl) const;
128
LayerAnimationController
* controller_impl) const
[
all
...]
layer_animation_controller.cc
23
LayerAnimationController
::
LayerAnimationController
(int id)
31
LayerAnimationController
::~
LayerAnimationController
() {
36
scoped_refptr<
LayerAnimationController
>
LayerAnimationController
::Create(
38
return make_scoped_refptr(new
LayerAnimationController
(id));
41
void
LayerAnimationController
::PauseAnimation(int animation_id,
61
void
LayerAnimationController
::RemoveAnimation(int animation_id) {
84
void
LayerAnimationController
::RemoveAnimation
[
all
...]
Completed in 33 milliseconds