OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayerAnimationSequence
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_sequence.cc
18
LayerAnimationSequence
::
LayerAnimationSequence
()
27
LayerAnimationSequence
::
LayerAnimationSequence
(LayerAnimationElement* element)
37
LayerAnimationSequence
::~
LayerAnimationSequence
() {
43
void
LayerAnimationSequence
::Start(LayerAnimationDelegate* delegate) {
53
void
LayerAnimationSequence
::Progress(base::TimeTicks now,
86
base::WeakPtr<
LayerAnimationSequence
> alive(weak_ptr_factory_.GetWeakPtr());
108
bool
LayerAnimationSequence
::IsFinished(base::TimeTicks time)
[
all
...]
layer_animation_sequence.h
36
class COMPOSITOR_EXPORT
LayerAnimationSequence
37
: public base::SupportsWeakPtr<
LayerAnimationSequence
> {
39
LayerAnimationSequence
();
41
explicit
LayerAnimationSequence
(LayerAnimationElement* element);
42
virtual ~
LayerAnimationSequence
();
185
base::WeakPtrFactory<
LayerAnimationSequence
> weak_ptr_factory_;
187
DISALLOW_COPY_AND_ASSIGN(
LayerAnimationSequence
);
Completed in 32 milliseconds