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 29 virtual gfx::Transform GetTransformForAnimation() const = 0;
layer_animation_element_unittest.cc 44 delegate.GetTransformForAnimation());
60 delegate.GetTransformForAnimation());
283 CheckApproximatelyEqual(delegate.GetTransformForAnimation(),
284 copy.GetTransformForAnimation());
352 CheckApproximatelyEqual(start_transform, delegate.GetTransformForAnimation());
369 delegate.GetTransformForAnimation());
layer_animation_sequence_unittest.cc 173 CheckApproximatelyEqual(delegate.GetTransformForAnimation(),
174 copy.GetTransformForAnimation());
180 delegate.GetTransformForAnimation());
194 delegate.GetTransformForAnimation());
layer_animation_element.cc 61 start_ = delegate->GetTransformForAnimation();
511 start_ = delegate->GetTransformForAnimation();
582 delegate->GetTransformForAnimation() : gfx::Transform()),
layer.h 373 virtual gfx::Transform GetTransformForAnimation() const OVERRIDE;
layer.cc 822 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 2027 milliseconds