Home | History | Annotate | Download | only in trees

Lines Matching defs:host_impl_

26     host_impl_.reset(
28 EXPECT_TRUE(host_impl_->InitializeRenderer(
32 FakeLayerTreeHostImpl& host_impl() { return *host_impl_; }
34 LayerImpl* root_layer() { return host_impl_->active_tree()->root_layer(); }
37 return host_impl_->active_tree()->RenderSurfaceLayerList();
43 scoped_ptr<FakeLayerTreeHostImpl> host_impl_;