Searched defs:LayerAnimationSequence (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.cc18 LayerAnimationSequence::LayerAnimationSequence() function in class:ui::LayerAnimationSequence
28 LayerAnimationSequence::LayerAnimationSequence(LayerAnimationElement* element) function in class:ui::LayerAnimationSequence
39 LayerAnimationSequence::~LayerAnimationSequence() {
45 void LayerAnimationSequence::Start(LayerAnimationDelegate* delegate) {
55 void LayerAnimationSequence::Progress(base::TimeTicks now,
88 base::WeakPtr<LayerAnimationSequence> alive(weak_ptr_factory_.GetWeakPtr());
110 bool LayerAnimationSequence
[all...]
H A Dlayer_animation_sequence.h36 class COMPOSITOR_EXPORT LayerAnimationSequence class in namespace:ui
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 223 milliseconds