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

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.h 23 return clip_layer_ ? clip_layer_->id() : Layer::INVALID_ID;
28 void ClearClipLayer() { clip_layer_ = NULL; }
86 LayerImpl* clip_layer_; member in class:cc::ScrollbarLayerImplBase
scrollbar_layer_impl_base.cc 21 clip_layer_(NULL),
85 if (scroll_layer_ == scroll_layer && clip_layer_ == clip_layer)
89 this, clip_layer_, scroll_layer_, &LayerImpl::RemoveScrollbar);
91 clip_layer_ = clip_layer;
93 this, clip_layer_, scroll_layer_, &LayerImpl::AddScrollbar);
251 if (!clip_layer_ || !scroll_layer_)
254 scroll_layer_->SetScrollbarPosition(this, clip_layer_);
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.cc 130 settings.AddObserver(new DeleteAfterAnimation<ui::Layer>(clip_layer_.Pass()));
226 clip_layer_.reset(new ui::Layer(ui::LAYER_NOT_DRAWN));
227 clip_layer_->SetBounds(window->layer()->bounds());
228 clip_layer_->SetMasksToBounds(true);
229 clip_layer_->Add(arrow_.get());
232 parent->Add(clip_layer_.get());
233 parent->StackAtTop(clip_layer_.get());
gesture_nav_simple.h 46 scoped_ptr<ui::Layer> clip_layer_; member in class:content::GestureNavSimple
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 48 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
49 scroll_layer->SetScrollClipLayer(clip_layer_->id());
51 clip_layer_->AddChild(scroll_layer.Pass());
54 clip_layer_->id());
55 clip_layer_->SetBounds(gfx::Size(100, 100));
69 scoped_ptr<LayerImpl> clip_layer_; member in class:cc::__anon7256::ScrollbarAnimationControllerLinearFadeTest
scrollbar_animation_controller_thinning_unittest.cc 33 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
34 scroll_layer->SetScrollClipLayer(clip_layer_->id());
36 clip_layer_->AddChild(scroll_layer.Pass());
53 clip_layer_->id());
54 clip_layer_->SetBounds(gfx::Size(100, 100));
68 scoped_ptr<LayerImpl> clip_layer_; member in class:cc::__anon7258::ScrollbarAnimationControllerThinningTest

Completed in 246 milliseconds