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 534 controller_impl->value_provider_->ScrollOffsetForAnimation();
538 current_scroll_offset = value_provider_->ScrollOffsetForAnimation();
    [all...]
  /external/chromium_org/cc/test/
animation_test_common.h 111 virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE;
animation_test_common.cc 239 gfx::Vector2dF FakeLayerAnimationValueProvider::ScrollOffsetForAnimation()
  /external/chromium_org/cc/layers/
layer.h 545 virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE;
layer_impl.h 93 virtual gfx::Vector2dF ScrollOffsetForAnimation() const OVERRIDE;
layer.cc 1060 gfx::Vector2dF Layer::ScrollOffsetForAnimation() const {
    [all...]
layer_impl.cc 727 gfx::Vector2dF LayerImpl::ScrollOffsetForAnimation() const {
    [all...]

Completed in 918 milliseconds