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

  /external/chromium_org/ui/compositor/
layer_animator_collection.h 32 bool HasActiveAnimators() const;
layer_animator_collection.cc 43 bool LayerAnimatorCollection::HasActiveAnimators() const {
57 if (!HasActiveAnimators() && compositor_)
layer_unittest.cc     [all...]
layer_animator_unittest.cc     [all...]
layer_animator.cc 182 if (collection && collection->HasActiveAnimators())
771 else if (collection && collection->HasActiveAnimators())

Completed in 3310 milliseconds