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

  /external/chromium_org/ui/compositor/
layer_animator_collection.cc 15 LayerAnimatorCollection::LayerAnimatorCollection(
21 LayerAnimatorCollection::~LayerAnimatorCollection() {
24 void LayerAnimatorCollection::StartAnimator(
34 void LayerAnimatorCollection::StopAnimator(
40 bool LayerAnimatorCollection::HasActiveAnimators() const {
44 void LayerAnimatorCollection::Progress(base::TimeTicks now) {
layer_animator_collection.h 32 class COMPOSITOR_EXPORT LayerAnimatorCollection {
34 explicit LayerAnimatorCollection(LayerAnimatorCollectionDelegate* delegate);
35 ~LayerAnimatorCollection();
51 DISALLOW_COPY_AND_ASSIGN(LayerAnimatorCollection);

Completed in 37 milliseconds