Searched refs:scroll_layer_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/layers/
H A Dscrollbar_layer_impl_base.h20 return scroll_layer_ ? scroll_layer_->id() : Layer::INVALID_ID;
27 void ClearScrollLayer() { scroll_layer_ = NULL; }
85 LayerImpl* scroll_layer_; member in class:cc::ScrollbarLayerImplBase
H A Dscrollbar_layer_impl_base.cc20 scroll_layer_(NULL),
85 if (scroll_layer_ == scroll_layer && clip_layer_ == clip_layer)
89 this, clip_layer_, scroll_layer_, &LayerImpl::RemoveScrollbar);
90 scroll_layer_ = scroll_layer;
93 this, clip_layer_, scroll_layer_, &LayerImpl::AddScrollbar);
251 if (!clip_layer_ || !scroll_layer_)
254 scroll_layer_->SetScrollbarPosition(this, clip_layer_);
H A Dscrollbar_layer_unittest.cc582 scroll_layer_ = Layer::Create();
583 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
587 PaintedScrollbarLayer::Create(scrollbar.Pass(), scroll_layer_->id());
588 scrollbar_layer_->SetScrollLayer(scroll_layer_->id());
615 scoped_refptr<Layer> scroll_layer_; member in class:cc::__anon2703::ScrollbarLayerTestMaxTextureSize
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_linear_fade.cc29 scroll_layer_(scroll_layer) {
48 if (!scroll_layer_->scrollbars())
51 LayerImpl::ScrollbarSet* scrollbars = scroll_layer_->scrollbars();
H A Dscrollbar_animation_controller_thinning.cc35 scroll_layer_(scroll_layer),
130 if (!scroll_layer_->scrollbars())
133 LayerImpl::ScrollbarSet* scrollbars = scroll_layer_->scrollbars();
H A Dscrollbar_animation_controller_linear_fade.h41 LayerImpl* scroll_layer_; member in class:cc::ScrollbarAnimationControllerLinearFade
H A Dscrollbar_animation_controller_thinning.h63 LayerImpl* scroll_layer_; member in class:cc::ScrollbarAnimationControllerThinning
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_scroll.cc114 scroll_layer_ = Layer::Create();
115 root_layer->AddChild(scroll_layer_);
117 scroll_layer_->SetBounds(gfx::Size(root_layer->bounds().width() + 100,
119 scroll_layer_->SetIsDrawable(true);
120 scroll_layer_->SetIsContainerForFixedPositionLayers(true);
121 scroll_layer_->SetScrollClipLayerId(root_layer->id());
122 scroll_layer_->SetScrollOffset(initial_scroll_);
123 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer_, NULL);
130 EXPECT_VECTOR_EQ(scroll_layer_->scroll_offset(), initial_scroll_);
133 EXPECT_VECTOR_EQ(scroll_layer_
186 scoped_refptr<Layer> scroll_layer_; member in class:cc::__anon2830::LayerTreeHostScrollTestScrollMultipleRedraw
[all...]
H A Dlayer_tree_host_unittest_animation.cc1029 scroll_layer_ = FakeContentLayer::Create(&client_);
1030 scroll_layer_->SetScrollClipLayerId(layer_tree_host()->root_layer()->id());
1031 scroll_layer_->SetBounds(gfx::Size(1000, 1000));
1032 scroll_layer_->SetScrollOffset(gfx::Vector2d(10, 20));
1033 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
1050 bool animation_added = scroll_layer_->AddAnimation(animation.Pass());
1059 if (scroll_layer_->scroll_offset().x() > 10 &&
1060 scroll_layer_->scroll_offset().y() > 20)
1069 scoped_refptr<FakeContentLayer> scroll_layer_; member in class:cc::__anon2822::LayerTreeHostAnimationTestScrollOffsetChangesArePropagated
H A Dlayer_tree_host_unittest.cc845 scroll_layer_ = layer;
847 scroll_layer_ = FakeContentLayer::Create(&client_);
851 scroll_layer_->SetScrollClipLayerId(root_layer->id());
852 scroll_layer_->SetIsContainerForFixedPositionLayers(true);
853 scroll_layer_->SetBounds(gfx::Size(2 * root_layer->bounds().width(),
855 scroll_layer_->SetScrollOffset(gfx::Vector2d());
856 layer_tree_host()->root_layer()->AddChild(scroll_layer_); variable
860 root_layer, scroll_layer_.get(), NULL);
869 gfx::Vector2d offset = scroll_layer_->scroll_offset();
870 scroll_layer_
906 scoped_refptr<Layer> scroll_layer_; member in class:cc::__anon2820::LayerTreeHostTestStartPageScaleAnimation
[all...]

Completed in 2326 milliseconds