Searched refs:layer_tree_impl_ (Results 1 – 2 of 2) sorted by relevance
40 layer_tree_impl_(tree_impl), in LayerImpl()71 DCHECK(layer_tree_impl_); in LayerImpl()72 layer_tree_impl_->RegisterLayer(this); in LayerImpl()73 AnimationRegistrar* registrar = layer_tree_impl_->animationRegistrar(); in LayerImpl()87 if (!copy_requests_.empty() && layer_tree_impl_->IsActiveTree()) in ~LayerImpl()89 layer_tree_impl_->UnregisterLayer(this); in ~LayerImpl()711 layer_tree_impl_->DidAnimateScrollOffset(); in OnScrollOffsetAnimated()717 return layer_tree_impl_->IsActiveTree(); in IsActive()1018 layer_tree_impl_->CurrentPhysicalTimeTicks()); in UpdateScrollbarPositions()1020 layer_tree_impl_->StartScrollbarAnimation(); in UpdateScrollbarPositions()[all …]
156 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } in layer_tree_impl()576 LayerTreeImpl* layer_tree_impl_; variable