HomeSort by relevance Sort by last modified time
    Searched defs:LayerAnimationSequence (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_sequence.cc 18 LayerAnimationSequence::LayerAnimationSequence()
28 LayerAnimationSequence::LayerAnimationSequence(LayerAnimationElement* element)
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::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 45 milliseconds