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

  /external/chromium_org/cc/blink/
web_scrollbar_layer_impl.cc 68 cc::Layer* clip_layer = local
70 layer_->layer()->ToScrollbarLayer()->SetClipLayer(clip_layer->id());
  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc 84 LayerImpl* clip_layer = layer_tree_impl()->LayerById(clip_layer_id); local
85 if (scroll_layer_ == scroll_layer && clip_layer_ == clip_layer)
91 clip_layer_ = clip_layer;
delegated_renderer_layer_impl_unittest.cc 945 scoped_ptr<LayerImpl> clip_layer = local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 325 LayerImpl* clip_layer = clip_layer_scoped_ptr.get(); local
327 scroll_layer->SetScrollClipLayer(clip_layer->id());
328 clip_layer->SetBounds(
331 scroll_layer->SetScrollClipLayer(clip_layer->id());
336 clip_layer->AddChild(scroll_layer_scoped_ptr.Pass());
    [all...]
layer_tree_host_impl_unittest.cc 287 LayerImpl* clip_layer) {
288 DCHECK(clip_layer);
289 DCHECK(id != clip_layer->id());
292 layer->SetScrollClipLayer(clip_layer->id());
296 clip_layer->SetBounds(gfx::Size(size.width() / 2, size.height() / 2));
2635 scoped_ptr<LayerImpl> clip_layer = local
3152 scoped_ptr<LayerImpl> clip_layer = local
3364 LayerImpl* clip_layer = scroll_layer->parent()->parent(); local
3461 LayerImpl* clip_layer = scroll_layer->parent()->parent(); local
3633 LayerImpl* clip_layer = scroll_layer->parent()->parent(); local
    [all...]

Completed in 145 milliseconds