Searched refs:layer_tree_impl_ (Results 1 – 3 of 3) sorted by relevance
44 layer_tree_impl_(tree_impl), in LayerImpl()76 DCHECK(layer_tree_impl_); in LayerImpl()77 layer_tree_impl_->RegisterLayer(this); in LayerImpl()78 AnimationRegistrar* registrar = layer_tree_impl_->animationRegistrar(); in LayerImpl()96 if (!copy_requests_.empty() && layer_tree_impl_->IsActiveTree()) in ~LayerImpl()98 layer_tree_impl_->UnregisterLayer(this); in ~LayerImpl()769 layer_tree_impl_->DidAnimateScrollOffset(); in OnScrollOffsetAnimated()775 return layer_tree_impl_->IsActiveTree(); in IsActive()1325 if (layer_tree_impl_->settings().scrollbar_animator == in DidBecomeActive()1340 layer_tree_impl_->CreateScrollbarAnimationController(this); in DidBecomeActive()[all …]
185 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } in layer_tree_impl()604 LayerTreeImpl* layer_tree_impl_; variable
44 : layer_(layer), delegate_(delegate), layer_tree_impl_(layer_tree) {} in LayerScrollOffsetDelegateProxy()54 layer_tree_impl_->UpdateScrollOffsetDelegate(); in SetTotalScrollOffset()58 return layer_tree_impl_->GetDelegatedScrollOffset(layer_); in GetTotalScrollOffset()68 LayerTreeImpl* layer_tree_impl_; member in cc::LayerScrollOffsetDelegateProxy