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 30 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());
343 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(),
344 copy.GetBoundsForAnimation());
layer_animator_unittest.cc 239 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
258 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
281 CheckApproximatelyEqual(initial_bounds, delegate.GetBoundsForAnimation());
404 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
412 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
418 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
458 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds);
479 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
485 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
584 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds)
    [all...]
layer_animation_sequence_unittest.cc 170 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(),
171 copy.GetBoundsForAnimation());
layer.h 386 virtual const gfx::Rect& GetBoundsForAnimation() const OVERRIDE;
layer_animation_element.cc 128 start_ = delegate->GetBoundsForAnimation();
613 : bounds(delegate ? delegate->GetBoundsForAnimation() : gfx::Rect()),
layer.cc 881 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 55 milliseconds