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

  /external/chromium_org/content/renderer/compositor_bindings/
web_scrollbar_layer_impl.cc 68 cc::Layer* clip_layer = local
70 layer_->layer()->ToScrollbarLayer()->SetClipLayer(clip_layer->id());
web_layer_impl.cc 287 void WebLayerImpl::setScrollClipLayer(WebLayer* clip_layer) {
288 if (!clip_layer) {
292 layer_->SetScrollClipLayerId(clip_layer->id());
web_layer_impl.h 115 virtual void setScrollClipLayer(blink::WebLayer* clip_layer);
  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc 93 LayerImpl* clip_layer = layer_tree_impl()->LayerById(id); local
94 if (clip_layer_ == clip_layer)
99 clip_layer_ = clip_layer;
delegated_renderer_layer_impl_unittest.cc 943 scoped_ptr<LayerImpl> clip_layer = local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 285 LayerImpl* clip_layer) {
286 DCHECK(clip_layer);
287 DCHECK(id != clip_layer->id());
290 layer->SetScrollClipLayer(clip_layer->id());
294 clip_layer->SetBounds(gfx::Size(size.width() / 2, size.height() / 2));
2382 scoped_ptr<LayerImpl> clip_layer = local
2899 scoped_ptr<LayerImpl> clip_layer = local
3110 LayerImpl* clip_layer = scroll_layer->parent()->parent(); local
3207 LayerImpl* clip_layer = scroll_layer->parent()->parent(); local
3379 LayerImpl* clip_layer = scroll_layer->parent()->parent(); local
    [all...]
layer_tree_host_common_unittest.cc 359 LayerImpl* clip_layer = clip_layer_scoped_ptr.get(); local
361 scroll_layer->SetScrollClipLayer(clip_layer->id());
362 clip_layer->SetBounds(
365 scroll_layer->SetScrollClipLayer(clip_layer->id());
370 clip_layer->AddChild(scroll_layer_scoped_ptr.Pass());
    [all...]

Completed in 753 milliseconds