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

  /external/chromium_org/cc/trees/
layer_tree_impl.cc 303 page_scale_layer_ = LayerById(page_scale_layer_id);
307 LayerById(inner_viewport_scroll_layer_id);
311 LayerById(outer_viewport_scroll_layer_id);
445 LayerImpl* LayerTreeImpl::LayerById(int id) {
451 DCHECK(!LayerById(layer->id()));
456 DCHECK(LayerById(layer->id()));
572 return tree->LayerById(id);
579 return tree->LayerById(id);
layer_tree_impl.h 183 LayerImpl* LayerById(int id);
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/cc/layers/
layer.cc 927 scroll_parent = layer->layer_tree_impl()->LayerById(scroll_parent_->id());
934 scroll_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
941 layer->layer_tree_impl()->LayerById(clip_parent_->id());
949 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id());
    [all...]
layer_impl.cc 547 scroll_parent = layer->layer_tree_impl()->LayerById(scroll_parent_->id());
554 scroll_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
560 clip_parent = layer->layer_tree_impl()->LayerById(
569 clip_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
    [all...]
picture_layer_impl_unittest.cc 76 host_impl_.active_tree()->LayerById(id_));
126 host_impl_.pending_tree()->LayerById(id_));
    [all...]

Completed in 215 milliseconds