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

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc 26 scroll_layer_(scroll_layer),
116 scroll_layer_->horizontal_scrollbar_layer();
121 scroll_layer_->vertical_scrollbar_layer();
scrollbar_animation_controller_thinning.cc 43 scroll_layer_(scroll_layer),
184 scroll_layer_->horizontal_scrollbar_layer();
196 scroll_layer_->vertical_scrollbar_layer();
scrollbar_animation_controller_linear_fade_unittest.cc 21 scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
25 scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(50, 50));
26 scroll_layer_->SetBounds(gfx::Size(50, 50));
27 scroll_layer_->SetHorizontalScrollbarLayer(scrollbar_layer_.get());
30 scroll_layer_.get(),
38 scoped_ptr<LayerImpl> scroll_layer_; member in class:cc::__anon6520::ScrollbarAnimationControllerLinearFadeTest
scrollbar_animation_controller_linear_fade.h 45 LayerImpl* scroll_layer_; member in class:cc::ScrollbarAnimationControllerLinearFade
scrollbar_animation_controller_thinning.h 70 LayerImpl* scroll_layer_; member in class:cc::ScrollbarAnimationControllerThinning
scrollbar_animation_controller_thinning_unittest.cc 21 scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
29 scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(50, 50));
30 scroll_layer_->SetBounds(gfx::Size(50, 50));
31 scroll_layer_->SetHorizontalScrollbarLayer(scrollbar_layer_.get());
34 scroll_layer_.get(),
42 scoped_ptr<LayerImpl> scroll_layer_; member in class:cc::__anon6522::ScrollbarAnimationControllerThinningTest
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 974 scroll_layer_ = FakeContentLayer::Create(&client_);
975 scroll_layer_->SetScrollable(true);
976 scroll_layer_->SetBounds(gfx::Size(1000, 1000));
977 scroll_layer_->SetScrollOffset(gfx::Vector2d(10, 20));
978 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
995 scroll_layer_->AddAnimation(animation.Pass());
999 if (scroll_layer_->scroll_offset().x() > 10 &&
1000 scroll_layer_->scroll_offset().y() > 20)
1009 scoped_refptr<FakeContentLayer> scroll_layer_; member in class:cc::__anon6665::LayerTreeHostAnimationTestScrollOffsetChangesArePropagated
layer_tree_host_unittest.cc 1154 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
1201 scoped_refptr<Layer> scroll_layer_; member in class:cc::__anon6664::LayerTreeHostTestStartPageScaleAnimation
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 465 scroll_layer_ = Layer::Create();
466 scrollbar_layer_->SetScrollLayerId(scroll_layer_->id());
467 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
491 scoped_refptr<Layer> scroll_layer_; member in class:cc::__anon6573::ScrollbarLayerTestMaxTextureSize

Completed in 94 milliseconds