Home | History | Annotate | Download | only in views

Lines Matching refs:BoundsTree

423       // We're never painted when hidden, so no need to be in the BoundsTree.
424 BoundsTree* bounds_tree = GetBoundsTreeFromPaintRoot();
801 bounds_tree_.reset(new BoundsTree(2, 5));
1807 BoundsTree* bounds_tree = GetBoundsTreeFromPaintRoot();
2019 void View::UpdateRootBounds(BoundsTree* tree, const gfx::Vector2d& offset) {
2020 // If we're not visible no need to update BoundsTree. When we are made visible
2021 // the BoundsTree will be updated appropriately.
2052 void View::RemoveRootBounds(BoundsTree* tree) {
2063 View::BoundsTree* View::GetBoundsTreeFromPaintRoot() {
2064 BoundsTree* bounds_tree = bounds_tree_.get();