Home | History | Annotate | Download | only in resources

Lines Matching defs:host_impl_

497         host_impl_(LowResTilingsSettings(), &proxy_, &shared_bitmap_manager_) {}
510 host_impl_.resource_pool()->SetResourceUsageLimits(
514 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
523 host_impl_.InitializeRenderer(
539 host_impl_.ActivateSyncTree();
540 CHECK(!host_impl_.pending_tree());
543 host_impl_.active_tree()->LayerById(id_));
561 host_impl_.CreatePendingTree();
562 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
572 host_impl_.pending_tree()->LayerById(id_));
584 TileManager* tile_manager() { return host_impl_.tile_manager(); }
595 FakeLayerTreeHostImpl host_impl_;
607 host_impl_.BuildRasterQueue(&queue, SAME_PRIORITY_FOR_BOTH_TREES);
625 host_impl_.BuildRasterQueue(&queue, SMOOTHNESS_TAKES_PRIORITY);
687 host_impl_.BuildRasterQueue(&queue, SMOOTHNESS_TAKES_PRIORITY);
728 host_impl_.BuildRasterQueue(&queue, NEW_CONTENT_TAKES_PRIORITY);
771 host_impl_.BuildEvictionQueue(&empty_queue, SAME_PRIORITY_FOR_BOTH_TREES);
777 host_impl_.BuildRasterQueue(&raster_queue, SAME_PRIORITY_FOR_BOTH_TREES);
792 host_impl_.BuildEvictionQueue(&queue, SMOOTHNESS_TAKES_PRIORITY);
866 host_impl_.BuildEvictionQueue(&queue, SMOOTHNESS_TAKES_PRIORITY);
901 host_impl_.BuildEvictionQueue(&queue, NEW_CONTENT_TAKES_PRIORITY);
943 host_impl_.pending_tree(), 2, pending_pile);
955 host_impl_.BuildRasterQueue(&raster_queue, SAME_PRIORITY_FOR_BOTH_TREES);
1013 host_impl_.BuildEvictionQueue(&queue, tree_priority);
1055 host_impl_.BuildRasterQueue(&queue, SAME_PRIORITY_FOR_BOTH_TREES);
1073 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i);
1080 host_impl_.BuildRasterQueue(&queue, SAME_PRIORITY_FOR_BOTH_TREES);
1102 host_impl_.BuildRasterQueue(&raster_queue, SAME_PRIORITY_FOR_BOTH_TREES);
1117 host_impl_.tile_manager()->InitializeTilesWithResourcesForTesting(tiles);
1122 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i);
1129 host_impl_.BuildEvictionQueue(&queue, SAME_PRIORITY_FOR_BOTH_TREES);