Searched refs:LayerAnimatorCollection (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animator_collection.h23 class COMPOSITOR_EXPORT LayerAnimatorCollection class in namespace:ui
26 explicit LayerAnimatorCollection(Compositor* compositor);
27 virtual ~LayerAnimatorCollection();
44 DISALLOW_COPY_AND_ASSIGN(LayerAnimatorCollection);
H A Dlayer_animator_collection.cc16 LayerAnimatorCollection::LayerAnimatorCollection(Compositor* compositor) function in class:ui::LayerAnimatorCollection
20 LayerAnimatorCollection::~LayerAnimatorCollection() {
25 void LayerAnimatorCollection::StartAnimator(
35 void LayerAnimatorCollection::StopAnimator(
43 bool LayerAnimatorCollection::HasActiveAnimators() const {
47 void LayerAnimatorCollection::OnAnimationStep(base::TimeTicks now) {
H A Dlayer_animation_delegate.h17 class LayerAnimatorCollection;
40 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() = 0;
H A Dlayer_animator.h32 class LayerAnimatorCollection;
192 void AddToCollection(LayerAnimatorCollection* collection);
193 void RemoveFromCollection(LayerAnimatorCollection* collection);
312 LayerAnimatorCollection* GetLayerAnimatorCollection();
H A Dlayer.h397 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE;
421 void AddAnimatorsInTreeToCollection(LayerAnimatorCollection* collection);
422 void RemoveAnimatorsInTreeFromCollection(LayerAnimatorCollection* collection);
H A Dcompositor.h260 LayerAnimatorCollection* layer_animator_collection() {
316 LayerAnimatorCollection layer_animator_collection_;
H A Dlayer_animator.cc115 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
121 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
181 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
344 void LayerAnimator::AddToCollection(LayerAnimatorCollection* collection) {
351 void LayerAnimator::RemoveFromCollection(LayerAnimatorCollection* collection) {
438 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
764 // All LayerAnimators share the same LayerAnimatorCollection. Use the
768 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
851 LayerAnimatorCollection* LayerAnimator::GetLayerAnimatorCollection() {
H A Dlayer.cc169 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
180 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
958 LayerAnimatorCollection* Layer::GetLayerAnimatorCollection() {
1023 LayerAnimatorCollection* collection) {
1035 LayerAnimatorCollection* collection) {
H A Dlayer_animator_unittest.cc2511 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE {
2516 LayerAnimatorCollection collection;
2525 LayerAnimatorCollection* collection = delegate.GetLayerAnimatorCollection();
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc101 LayerAnimatorCollection*
H A Dtest_layer_animation_delegate.h42 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE;

Completed in 4886 milliseconds