Searched refs:clip_layer_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
H A Dscrollbar_layer_impl_base.h25 return clip_layer_ ? clip_layer_->id() : Layer::INVALID_ID;
27 void ClearClipLayer() { clip_layer_ = NULL; }
86 LayerImpl* clip_layer_; member in class:cc::ScrollbarLayerImplBase
H A Dscrollbar_layer_impl_base.cc21 clip_layer_(NULL),
86 this, clip_layer_, scroll_layer_, &LayerImpl::RemoveScrollbar);
89 this, clip_layer_, scroll_layer_, &LayerImpl::AddScrollbar);
94 if (clip_layer_ == clip_layer)
98 this, clip_layer_, scroll_layer_, &LayerImpl::RemoveScrollbar);
99 clip_layer_ = clip_layer;
101 this, clip_layer_, scroll_layer_, &LayerImpl::AddScrollbar);
248 if (!clip_layer_ || !scroll_layer_)
251 scroll_layer_->SetScrollbarPosition(this, clip_layer_);
/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.cc127 settings.AddObserver(new DeleteAfterAnimation<ui::Layer>(clip_layer_.Pass()));
222 clip_layer_.reset(new ui::Layer(ui::LAYER_NOT_DRAWN));
223 clip_layer_->SetBounds(window->layer()->bounds());
224 clip_layer_->SetMasksToBounds(true);
225 clip_layer_->Add(arrow_.get());
228 parent->Add(clip_layer_.get());
229 parent->StackAtTop(clip_layer_.get());
H A Dgesture_nav_simple.h45 scoped_ptr<ui::Layer> clip_layer_; member in class:content::GestureNavSimple
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_linear_fade_unittest.cc48 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
49 scroll_layer->SetScrollClipLayer(clip_layer_->id());
51 clip_layer_->AddChild(scroll_layer.Pass());
53 scrollbar_layer_->SetClipLayerById(clip_layer_->id());
55 clip_layer_->SetBounds(gfx::Size(100, 100));
69 scoped_ptr<LayerImpl> clip_layer_; member in class:cc::__anon2599::ScrollbarAnimationControllerLinearFadeTest
H A Dscrollbar_animation_controller_thinning_unittest.cc33 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
34 scroll_layer->SetScrollClipLayer(clip_layer_->id());
36 clip_layer_->AddChild(scroll_layer.Pass());
52 scrollbar_layer_->SetClipLayerById(clip_layer_->id());
54 clip_layer_->SetBounds(gfx::Size(100, 100));
68 scoped_ptr<LayerImpl> clip_layer_; member in class:cc::__anon2601::ScrollbarAnimationControllerThinningTest

Completed in 149 milliseconds