Home | History | Annotate | Download | only in resources

Lines Matching refs:host_impl_

435         host_impl_(ImplSidePaintingSettings(),
450 host_impl_.resource_pool()->SetResourceUsageLimits(
454 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
463 host_impl_.InitializeRenderer(
479 host_impl_.ActivatePendingTree();
480 CHECK(!host_impl_.pending_tree());
483 host_impl_.active_tree()->LayerById(id_));
501 host_impl_.CreatePendingTree();
502 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
512 host_impl_.pending_tree()->LayerById(id_));
524 TileManager* tile_manager() { return host_impl_.tile_manager(); }
535 FakeLayerTreeHostImpl host_impl_;
541 host_impl_.CreatePendingTree();
542 host_impl_.ActivatePendingTree();
543 host_impl_.CreatePendingTree();
545 LayerTreeImpl* active_tree = host_impl_.active_tree();
546 LayerTreeImpl* pending_tree = host_impl_.pending_tree();