Searched defs:layer_tree_root (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dtree_synchronizer_unittest.cc215 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
216 layer_tree_root->AddChild(Layer::Create());
217 layer_tree_root->AddChild(Layer::Create());
219 host_->SetRootLayer(layer_tree_root);
222 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(),
226 ExpectTreesAreIdentical(layer_tree_root.get(),
236 scoped_refptr<Layer> layer_tree_root = local
238 layer_tree_root->AddChild(MockLayer::Create(&layer_impl_destruction_list));
239 layer_tree_root->AddChild(MockLayer::Create(&layer_impl_destruction_list));
241 host_->SetRootLayer(layer_tree_root);
283 scoped_refptr<Layer> layer_tree_root = local
326 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
379 scoped_refptr<Layer> layer_tree_root = local
497 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
574 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
613 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
686 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
[all...]
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc42 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
55 child2->ToScrollbarLayer()->SetClipLayer(layer_tree_root->id());
56 layer_tree_root->AddChild(child1);
57 layer_tree_root->InsertChild(child2, reverse_order ? 0 : 1);
58 host->SetRootLayer(layer_tree_root);
133 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
137 PaintedScrollbarLayer::Create(scrollbar.Pass(), layer_tree_root->id());
140 layer_tree_root->SetBounds(gfx::Size(70, 150));
141 scroll_layer->SetScrollClipLayerId(layer_tree_root->id());
146 host->SetRootLayer(layer_tree_root);
424 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
707 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
796 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
939 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
1022 scoped_refptr<Layer> layer_tree_root = Layer::Create(); local
[all...]

Completed in 232 milliseconds