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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 38 virtual void AddThreadedAnimation(scoped_ptr<cc::Animation> animation) = 0;
layer.h 374 virtual void AddThreadedAnimation(
465 // Animations that are passed to AddThreadedAnimation before this layer is
layer.cc 867 void Layer::AddThreadedAnimation(scoped_ptr<cc::Animation> animation) {
layer_animation_element.cc 372 delegate->AddThreadedAnimation(animation.Pass());
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 94 void TestLayerAnimationDelegate::AddThreadedAnimation(
test_layer_animation_delegate.h 39 virtual void AddThreadedAnimation(

Completed in 317 milliseconds