Home | History | Annotate | Download | only in layers

Lines Matching defs:SetLayerTreeHost

105 void Layer::SetLayerTreeHost(LayerTreeHost* host) {
116 children_[i]->SetLayerTreeHost(host);
119 mask_layer_->SetLayerTreeHost(host);
121 replica_layer_->SetLayerTreeHost(host);
225 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);