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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 20 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) = 0;
layer_animator_unittest.cc 240 delegate.SetBoundsFromAnimation(initial_bounds);
362 delegate.SetBoundsFromAnimation(start_bounds);
414 delegate.SetBoundsFromAnimation(start_bounds);
534 delegate.SetBoundsFromAnimation(start_bounds);
613 delegate.SetBoundsFromAnimation(start_bounds);
    [all...]
layer.h 374 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) OVERRIDE;
layer_animation_element_unittest.cc 148 delegate.SetBoundsFromAnimation(start);
layer.cc 782 void Layer::SetBoundsFromAnimation(const gfx::Rect& bounds) {
layer_animation_element.cc 144 delegate->SetBoundsFromAnimation(
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h 22 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) OVERRIDE;
test_layer_animation_delegate.cc 29 void TestLayerAnimationDelegate::SetBoundsFromAnimation(

Completed in 363 milliseconds