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

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.h 43 LayerImpl* scroll_layer_; member in class:cc::ScrollbarAnimationControllerLinearFade
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::__anon6451::ScrollbarAnimationControllerLinearFadeTest
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 355 scroll_layer_ = Layer::Create();
356 scrollbar_layer_->SetScrollLayerId(scroll_layer_->id());
357 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
381 scoped_refptr<Layer> scroll_layer_; member in class:cc::__anon6488::ScrollbarLayerTestMaxTextureSize
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 816 scroll_layer_ = FakeContentLayer::Create(&client_);
817 scroll_layer_->SetScrollable(true);
818 scroll_layer_->SetScrollOffset(gfx::Vector2d());
819 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
828 gfx::Vector2d offset = scroll_layer_->scroll_offset();
829 scroll_layer_->SetScrollOffset(offset + scroll_delta);
868 scoped_refptr<FakeContentLayer> scroll_layer_; member in class:cc::__anon6571::LayerTreeHostTestStartPageScaleAnimation
    [all...]

Completed in 236 milliseconds