Home | History | Annotate | Download | only in layers

Lines Matching full:create

108     parent_ = Layer::Create();
109 child1_ = Layer::Create();
110 child2_ = Layer::Create();
111 child3_ = Layer::Create();
112 grand_child1_ = Layer::Create();
113 grand_child2_ = Layer::Create();
114 grand_child3_ = Layer::Create();
146 scoped_refptr<Layer> test_layer = Layer::Create();
158 scoped_refptr<Layer> parent = Layer::Create();
159 scoped_refptr<Layer> child = Layer::Create();
179 scoped_refptr<Layer> parent = Layer::Create();
180 scoped_refptr<Layer> child = Layer::Create();
196 scoped_refptr<Layer> parent = Layer::Create();
197 scoped_refptr<Layer> child1 = Layer::Create();
198 scoped_refptr<Layer> child2 = Layer::Create();
199 scoped_refptr<Layer> child3 = Layer::Create();
200 scoped_refptr<Layer> child4 = Layer::Create();
241 scoped_refptr<Layer> parent = Layer::Create();
242 scoped_refptr<Layer> child1 = Layer::Create();
243 scoped_refptr<Layer> child2 = Layer::Create();
262 scoped_refptr<Layer> parent = Layer::Create();
263 scoped_refptr<Layer> child1 = Layer::Create();
264 scoped_refptr<Layer> child2 = Layer::Create();
291 scoped_refptr<Layer> child4 = Layer::Create();
315 // create another simple tree with test_layer and child4.
316 scoped_refptr<Layer> test_layer = Layer::Create();
317 scoped_refptr<Layer> child4 = Layer::Create();
362 scoped_refptr<Layer> old_parent = Layer::Create();
363 scoped_refptr<Layer> new_parent = Layer::Create();
365 scoped_refptr<Layer> child1 = Layer::Create();
366 scoped_refptr<Layer> child2 = Layer::Create();
393 scoped_refptr<Layer> parent = Layer::Create();
396 scoped_refptr<Layer> child = Layer::Create();
403 scoped_refptr<Layer> child_child = Layer::Create();
419 scoped_refptr<Layer> child4 = Layer::Create();
474 scoped_refptr<Layer> test_layer = Layer::Create();
528 scoped_refptr<Layer> test_layer = Layer::Create();
533 scoped_refptr<Layer> dummy_layer1 = Layer::Create();
534 scoped_refptr<Layer> dummy_layer2 = Layer::Create();
585 scoped_refptr<Layer> test_layer = Layer::Create();
587 LayerImpl::Create(host_impl_.active_tree(), 1);
614 scoped_refptr<Layer> test_layer = Layer::Create();
616 LayerImpl::Create(host_impl_.active_tree(), 1);
633 scoped_refptr<Layer> test_layer = Layer::Create();
635 LayerImpl::Create(host_impl_.active_tree(), 1);
651 scoped_refptr<Layer> test_layer = Layer::Create();
653 LayerImpl::Create(host_impl_.active_tree(), 1);
658 scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create();
692 scoped_refptr<Layer> test_layer = Layer::Create();
694 LayerImpl::Create(host_impl_.active_tree(), 1);
699 scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create();
732 scoped_refptr<Layer> test_layer = Layer::Create();
734 LayerImpl::Create(host_impl_.active_tree(), 1);
739 scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create();
768 scoped_refptr<Layer> parent = Layer::Create();
769 scoped_refptr<Layer> child = Layer::Create();
770 scoped_refptr<Layer> mask = Layer::Create();
771 scoped_refptr<Layer> replica = Layer::Create();
772 scoped_refptr<Layer> replica_mask = Layer::Create();
773 scoped_refptr<Layer> mask_replacement = Layer::Create();
774 scoped_refptr<Layer> replica_replacement = Layer::Create();
775 scoped_refptr<Layer> replica_mask_replacement = Layer::Create();
807 scoped_ptr<LayerTreeHost> Create() {
814 scoped_ptr<LayerTreeHost> Create(LayerTreeSettings settings) {
839 scoped_refptr<Layer> parent = Layer::Create();
840 scoped_refptr<Layer> child = Layer::Create();
841 scoped_refptr<Layer> mask = Layer::Create();
842 scoped_refptr<Layer> replica = Layer::Create();
843 scoped_refptr<Layer> replica_mask = Layer::Create();
855 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
870 scoped_refptr<Layer> parent = Layer::Create();
872 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
880 scoped_refptr<Layer> child = Layer::Create();
881 scoped_refptr<Layer> grand_child = Layer::Create();
885 scoped_refptr<Layer> child_mask = Layer::Create();
887 scoped_refptr<Layer> child_replica = Layer::Create();
889 scoped_refptr<Layer> child_replica_mask = Layer::Create();
899 scoped_refptr<Layer> parent = Layer::Create();
900 scoped_refptr<Layer> child = Layer::Create();
901 scoped_refptr<Layer> mask = Layer::Create();
902 scoped_refptr<Layer> replica = Layer::Create();
903 scoped_refptr<Layer> replica_mask = Layer::Create();
912 scoped_ptr<LayerTreeHost> first_layer_tree_host = factory.Create();
920 scoped_ptr<LayerTreeHost> second_layer_tree_host = factory.Create();
930 scoped_refptr<Layer> first_parent = Layer::Create();
931 scoped_refptr<Layer> first_child = Layer::Create();
932 scoped_refptr<Layer> second_parent = Layer::Create();
933 scoped_refptr<Layer> second_child = Layer::Create();
934 scoped_refptr<Layer> second_grand_child = Layer::Create();
942 scoped_ptr<LayerTreeHost> first_layer_tree_host = factory.Create();
950 scoped_ptr<LayerTreeHost> second_layer_tree_host = factory.Create();
966 scoped_refptr<Layer> parent = Layer::Create();
967 scoped_refptr<Layer> mask = Layer::Create();
968 scoped_refptr<Layer> replica = Layer::Create();
969 scoped_refptr<Layer> mask_child = Layer::Create();
970 scoped_refptr<Layer> replica_child = Layer::Create();
971 scoped_refptr<Layer> mask_replacement = Layer::Create();
972 scoped_refptr<Layer> replica_replacement = Layer::Create();
980 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
1000 scoped_refptr<Layer> root = Layer::Create();
1001 scoped_refptr<Layer> child = Layer::Create();
1004 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
1010 KeyframedFloatAnimationCurve::Create();
1011 curve->AddKeyframe(FloatKeyframe::Create(0.0,
1014 curve->AddKeyframe(FloatKeyframe::Create(1.0,
1018 Animation::Create(curve.PassAs<AnimationCurve>(),
1027 scoped_refptr<Layer> layer = Layer::Create();
1033 scoped_ptr<AnimationRegistrar> registrar = AnimationRegistrar::Create();
1042 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(settings);
1053 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
1055 scoped_refptr<Layer> layer = Layer::Create();