Home | History | Annotate | Download | only in resources

Lines Matching defs:host_impl_

92         host_impl_(ImplSidePaintingSettings(10000),
110 host_impl_.resource_pool()->SetResourceUsageLimits(
112 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
122 host_impl_.InitializeRenderer(
139 host_impl_.ActivateSyncTree();
140 CHECK(!host_impl_.pending_tree());
143 host_impl_.active_tree()->LayerById(id_));
161 host_impl_.CreatePendingTree();
162 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
172 host_impl_.pending_tree()->LayerById(id_));
200 host_impl_.BuildRasterQueue(&queue, priorities[priority_count]);
231 host_impl_.BuildRasterQueue(&queue, priorities[priority_count]);
272 host_impl_.BuildEvictionQueue(&queue, priorities[priority_count]);
309 host_impl_.BuildEvictionQueue(&queue, priorities[priority_count]);
346 host_impl_.ResetTreesForTesting();
351 host_impl_.SetViewportSize(viewport);
368 host_impl_.pending_tree(), next_id, picture_pile_);
407 host_impl_.UpdateCurrentBeginFrameArgs(args);
416 host_impl_.ResetCurrentBeginFrameArgsForNextFrame();
423 TileManager* tile_manager() { return host_impl_.tile_manager(); }
433 FakeLayerTreeHostImpl host_impl_;