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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 31 virtual gfx::Transform GetTransformForAnimation() const = 0;
layer_animation_sequence_unittest.cc 172 CheckApproximatelyEqual(delegate.GetTransformForAnimation(),
173 copy.GetTransformForAnimation());
179 delegate.GetTransformForAnimation());
194 delegate.GetTransformForAnimation());
layer_animation_element_unittest.cc 45 delegate.GetTransformForAnimation());
61 delegate.GetTransformForAnimation());
345 CheckApproximatelyEqual(delegate.GetTransformForAnimation(),
346 copy.GetTransformForAnimation());
414 CheckApproximatelyEqual(start_transform, delegate.GetTransformForAnimation());
431 delegate.GetTransformForAnimation());
layer.h 367 virtual gfx::Transform GetTransformForAnimation() const OVERRIDE;
layer_animation_element.cc 61 start_ = delegate->GetTransformForAnimation();
451 start_ = delegate->GetTransformForAnimation();
516 gfx::Transform start(delegate->GetTransformForAnimation());
615 delegate->GetTransformForAnimation() : gfx::Transform()),
layer.cc 835 gfx::Transform Layer::GetTransformForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 20 transform_(other.GetTransformForAnimation()),
66 gfx::Transform TestLayerAnimationDelegate::GetTransformForAnimation() const {
test_layer_animation_delegate.h 32 virtual gfx::Transform GetTransformForAnimation() const OVERRIDE;

Completed in 253 milliseconds