Home | History | Annotate | Download | only in layers

Lines Matching refs:PENDING_TREE

96     CHECK(!host_impl_.pending_tree());
140 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f);
141 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
143 pending_tree->DetachLayerTree();
146 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
148 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
151 host_impl_.pending_tree()->LayerById(id_));
1429 host_impl_.pending_tree()->UpdateDrawProperties();
1487 host_impl_.pending_tree()->UpdateDrawProperties();
1510 tile->SetPriority(PENDING_TREE, priority);
1525 if (tile->priority(PENDING_TREE).distance_to_visible == 0.f) {
1571 host_impl_.pending_tree()->UpdateDrawProperties();
1603 tile->DetermineRasterModeForTree(PENDING_TREE));
1918 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
1921 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pending_pile);
1923 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
1926 host_impl_.pending_tree()->LayerById(id_));
2169 host_impl_.pending_tree()->UpdateDrawProperties();
2305 host_impl_.pending_tree()->UpdateDrawProperties();
2307 EXPECT_FALSE(host_impl_.pending_tree()->needs_update_draw_properties());
2316 ASSERT_TRUE(host_impl_.pending_tree()->needs_update_draw_properties());
2626 host_impl_.pending_tree()->UpdateDrawProperties();
2637 TilePriority priority = tile->priority(PENDING_TREE);
2680 TilePriority priority = tile->priority(PENDING_TREE);
2722 TilePriority priority = tile->priority(PENDING_TREE);
2757 host_impl_.pending_tree()->UpdateDrawProperties();
2823 TilePriority priority = tile->priority(PENDING_TREE);
2847 last_tile->priority(PENDING_TREE).priority_bin &&
2851 PENDING_TREE).distance_to_visible);
2866 TilePriority priority = tile->priority(PENDING_TREE);
3169 host_impl_.pending_tree()->UpdateDrawProperties();
3549 host_impl_.pending_tree()->UpdateDrawProperties();
3587 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl_.pending_tree(), 1);
3590 FakePictureLayerImpl::Create(host_impl_.pending_tree(), 2);
3599 host_impl_.pending_tree(), 3, pending_pile);
3609 FakePictureLayerImpl::Create(host_impl_.pending_tree(), 4);
3619 host_impl_.pending_tree()->SetRootLayer(root.Pass());
3622 host_impl_.pending_tree()->UpdateDrawProperties();
3763 host_impl_.pending_tree()->UpdateDrawProperties();
3774 EXPECT_FALSE(tile->is_occluded(PENDING_TREE));
3786 pending_layer_->AddChild(LayerImpl::Create(host_impl_.pending_tree(), 1));
3797 host_impl_.pending_tree()->UpdateDrawProperties();
3806 EXPECT_FALSE(tile->is_occluded(PENDING_TREE));
3821 host_impl_.pending_tree()->UpdateDrawProperties();
3830 EXPECT_FALSE(tile->is_occluded(PENDING_TREE));
3858 host_impl_.pending_tree()->UpdateDrawProperties();
3877 if (tile->is_occluded(PENDING_TREE)) {
3886 pending_layer_->AddChild(LayerImpl::Create(host_impl_.pending_tree(), 1));
3897 host_impl_.pending_tree()->UpdateDrawProperties();
3913 if (tile->is_occluded(PENDING_TREE)) {
3936 host_impl_.pending_tree()->UpdateDrawProperties();
3952 if (tile->is_occluded(PENDING_TREE)) {
3992 pending_layer_->AddChild(LayerImpl::Create(host_impl_.pending_tree(), 1));
4001 host_impl_.pending_tree()->UpdateDrawProperties();
4013 if (tiles[i]->is_occluded(PENDING_TREE)) {
4088 EXPECT_FALSE(tile->is_occluded(PENDING_TREE));
4137 EXPECT_FALSE(tile->is_occluded(PENDING_TREE));
4179 pending_layer_->AddChild(LayerImpl::Create(host_impl_.pending_tree(), 1));
4202 host_impl_.pending_tree()->UpdateDrawProperties();
4232 if (tile->is_occluded(PENDING_TREE))
4236 if (tile->is_occluded(PENDING_TREE) && tile->is_occluded(ACTIVE_TREE))
4266 if (tile->is_occluded(PENDING_TREE))
4270 if (tile->is_occluded(PENDING_TREE) && tile->is_occluded(ACTIVE_TREE))