Home | History | Annotate | Download | only in resources

Lines Matching refs:host_impl_

86         host_impl_(ImplSidePaintingSettings(10000),
104 host_impl_.resource_pool()->SetResourceUsageLimits(
106 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
116 host_impl_.InitializeRenderer(
133 host_impl_.ActivatePendingTree();
134 CHECK(!host_impl_.pending_tree());
137 host_impl_.active_tree()->LayerById(id_));
155 host_impl_.CreatePendingTree();
156 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
166 host_impl_.pending_tree()->LayerById(id_));
219 host_impl_.ResetTreesForTesting();
224 host_impl_.SetViewportSize(viewport);
241 host_impl_.pending_tree(), next_id, picture_pile_);
278 host_impl_.UpdateCurrentFrameTime();
286 host_impl_.ResetCurrentFrameTimeForNextFrame();
293 TileManager* tile_manager() { return host_impl_.tile_manager(); }
303 FakeLayerTreeHostImpl host_impl_;