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

  /external/chromium_org/cc/animation/
layer_animation_value_provider.h 20 virtual gfx::Vector2dF ScrollOffsetForAnimation() const = 0;
layer_animation_controller.cc 555 controller_impl->value_provider_->ScrollOffsetForAnimation();
559 current_scroll_offset = value_provider_->ScrollOffsetForAnimation();
    [all...]
  /external/chromium_org/cc/test/
animation_test_common.h 112 virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE;
animation_test_common.cc 240 gfx::Vector2dF FakeLayerAnimationValueProvider::ScrollOffsetForAnimation()
  /external/chromium_org/cc/layers/
layer.h 555 virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE;
layer_impl.h 100 virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE;
layer.cc     [all...]
layer_impl.cc 744 gfx::Vector2dF LayerImpl::ScrollOffsetForAnimation() const {
    [all...]

Completed in 4256 milliseconds