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 22 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) = 0;
layer_animator_unittest.cc 271 delegate.SetBoundsFromAnimation(initial_bounds);
391 delegate.SetBoundsFromAnimation(start_bounds);
443 delegate.SetBoundsFromAnimation(start_bounds);
561 delegate.SetBoundsFromAnimation(start_bounds);
639 delegate.SetBoundsFromAnimation(start_bounds);
    [all...]
layer.h 377 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) OVERRIDE;
layer_animation_element_unittest.cc 148 delegate.SetBoundsFromAnimation(start);
layer.cc 817 void Layer::SetBoundsFromAnimation(const gfx::Rect& bounds) {
layer_animation_element.cc 132 delegate->SetBoundsFromAnimation(
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 29 void TestLayerAnimationDelegate::SetBoundsFromAnimation(
test_layer_animation_delegate.h 22 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) OVERRIDE;

Completed in 480 milliseconds