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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 28 virtual const gfx::Rect& GetBoundsForAnimation() const = 0;
layer_animation_element_unittest.cc 151 CheckApproximatelyEqual(start, delegate.GetBoundsForAnimation());
153 CheckApproximatelyEqual(middle, delegate.GetBoundsForAnimation());
160 CheckApproximatelyEqual(target, delegate.GetBoundsForAnimation());
344 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(),
345 copy.GetBoundsForAnimation());
layer_animator_unittest.cc 208 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
227 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
250 CheckApproximatelyEqual(initial_bounds, delegate.GetBoundsForAnimation());
375 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
383 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
389 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
429 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
450 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
456 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
557 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds)
    [all...]
layer_animation_sequence_unittest.cc 172 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(),
173 copy.GetBoundsForAnimation());
layer.h 383 virtual const gfx::Rect& GetBoundsForAnimation() const OVERRIDE;
layer_animation_element.cc 140 start_ = delegate->GetBoundsForAnimation();
695 : bounds(delegate ? delegate->GetBoundsForAnimation() : gfx::Rect()),
layer.cc 814 const gfx::Rect& Layer::GetBoundsForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 19 : bounds_(other.GetBoundsForAnimation()),
62 const gfx::Rect& TestLayerAnimationDelegate::GetBoundsForAnimation() const {
test_layer_animation_delegate.h 31 virtual const gfx::Rect& GetBoundsForAnimation() const OVERRIDE;

Completed in 175 milliseconds