HomeSort by relevance Sort by last modified time
    Searched refs:LayerAnimatorCollection (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/compositor/
layer_animator_collection.h 23 class COMPOSITOR_EXPORT LayerAnimatorCollection
26 explicit LayerAnimatorCollection(Compositor* compositor);
27 virtual ~LayerAnimatorCollection();
44 DISALLOW_COPY_AND_ASSIGN(LayerAnimatorCollection);
layer_animator_collection.cc 16 LayerAnimatorCollection::LayerAnimatorCollection(Compositor* compositor)
20 LayerAnimatorCollection::~LayerAnimatorCollection() {
25 void LayerAnimatorCollection::StartAnimator(
35 void LayerAnimatorCollection::StopAnimator(
43 bool LayerAnimatorCollection::HasActiveAnimators() const {
47 void LayerAnimatorCollection::OnAnimationStep(base::TimeTicks now) {
layer_animation_delegate.h 17 class LayerAnimatorCollection;
40 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() = 0;
layer_animator.h 32 class LayerAnimatorCollection;
192 void AddToCollection(LayerAnimatorCollection* collection);
193 void RemoveFromCollection(LayerAnimatorCollection* collection);
312 LayerAnimatorCollection* GetLayerAnimatorCollection();
compositor.h 260 LayerAnimatorCollection* layer_animator_collection() {
316 LayerAnimatorCollection layer_animator_collection_;
layer.h 397 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE;
421 void AddAnimatorsInTreeToCollection(LayerAnimatorCollection* collection);
422 void RemoveAnimatorsInTreeFromCollection(LayerAnimatorCollection* collection);
layer_animator.cc 115 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() {
layer.cc 169 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
180 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
958 LayerAnimatorCollection* Layer::GetLayerAnimatorCollection() {
1023 LayerAnimatorCollection* collection) {
1035 LayerAnimatorCollection* collection) {
layer_animator_unittest.cc     [all...]
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 101 LayerAnimatorCollection*
test_layer_animation_delegate.h 42 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE;

Completed in 5687 milliseconds