Home | History | Annotate | Download | only in trees

Lines Matching defs:pending_tree

202     LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree();
203 if (pending_tree) {
204 DCHECK_EQ(1, pending_tree->sent_page_scale_delta());
205 pending_tree->SetPageScaleDelta(
360 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) {
361 pending_tree->SetCurrentlyScrollingLayer(
362 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
364 pending_tree->SetLatencyInfo(latency_info_);
455 return layer_tree_host_impl_->pending_tree() == this;
470 LayerTreeImpl* tree = layer_tree_host_impl_->pending_tree();