Home | History | Annotate | Download | only in layers

Lines Matching defs:host_impl

68   host_impl.ForcePrepareToDraw();                                              \
69 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
71 EXPECT_TRUE(host_impl.active_tree()->needs_update_draw_properties());
75 host_impl.ForcePrepareToDraw(); \
76 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
78 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties());
89 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
90 EXPECT_TRUE(host_impl.InitializeRenderer(
93 LayerImpl::Create(host_impl.active_tree(), 1);
95 LayerImpl::Create(host_impl.active_tree(), 2);
99 LayerImpl::Create(host_impl.active_tree(), 3);
100 LayerImpl* scroll_child = LayerImpl::Create(host_impl.active_tree(), 4).get();
106 LayerImpl::Create(host_impl.active_tree(), 5);
107 LayerImpl* clip_child = LayerImpl::Create(host_impl.active_tree(), 6).get();
112 root->AddChild(LayerImpl::Create(host_impl.active_tree(), 7));
114 child->AddChild(LayerImpl::Create(host_impl.active_tree(), 8));
153 root->SetMaskLayer(LayerImpl::Create(host_impl.active_tree(), 9)));
157 root->SetReplicaLayer(LayerImpl::Create(host_impl.active_tree(), 10)));
250 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
251 EXPECT_TRUE(host_impl.InitializeRenderer(
253 host_impl.active_tree()->SetRootLayer(
254 LayerImpl::Create(host_impl.active_tree(), 1));
255 LayerImpl* root = host_impl.active_tree()->root_layer();
257 LayerImpl::Create(host_impl.active_tree(), 2);
261 DCHECK(host_impl.CanDraw());
291 host_impl.ForcePrepareToDraw();
303 layer->SetMaskLayer(LayerImpl::Create(host_impl.active_tree(), 4)));
307 layer->SetReplicaLayer(LayerImpl::Create(host_impl.active_tree(), 5)));
360 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
361 EXPECT_TRUE(host_impl.InitializeRenderer(
363 scoped_ptr<LayerImpl> layer = LayerImpl::Create(host_impl.active_tree(), 1);
371 host_impl.active_tree()->set_background_color(
392 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
394 scoped_ptr<LayerImpl> layer = LayerImpl::Create(host_impl.active_tree(), 1);
440 LayerTreeHostImpl& host_impl() { return host_impl_; }
674 host_impl().CreatePendingTree();
685 LayerImpl::Create(host_impl().sync_tree(), layer()->id());