Home
last modified time | relevance | path

Searched refs:RootLayer (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_unittest.cc171 EXPECT_EQ(parent.get(), child->RootLayer()); in TEST_F()
479 EXPECT_EQ(parent_.get(), parent_->RootLayer()); in TEST_F()
480 EXPECT_EQ(parent_.get(), child1_->RootLayer()); in TEST_F()
481 EXPECT_EQ(parent_.get(), child2_->RootLayer()); in TEST_F()
482 EXPECT_EQ(parent_.get(), child3_->RootLayer()); in TEST_F()
483 EXPECT_EQ(child4.get(), child4->RootLayer()); in TEST_F()
484 EXPECT_EQ(parent_.get(), grand_child1_->RootLayer()); in TEST_F()
485 EXPECT_EQ(parent_.get(), grand_child2_->RootLayer()); in TEST_F()
486 EXPECT_EQ(parent_.get(), grand_child3_->RootLayer()); in TEST_F()
492 EXPECT_EQ(parent_.get(), parent_->RootLayer()); in TEST_F()
[all …]
Dlayer.h86 Layer* RootLayer();
Dlayer.cc335 Layer* Layer::RootLayer() { in RootLayer() function in cc::Layer
/external/chromium_org/cc/test/
Dlayer_tree_json_parser_unittest.cc92 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get())); in TEST_F()
118 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get())); in TEST_F()
/external/chromium_org/cc/debug/
Drasterize_and_record_benchmark_impl.cc167 host->RootLayer(), in DidCompleteCommit()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_animation.cc1271 if (id == host_impl->RootLayer()->id()) { in SwapBuffersOnThread()
1274 } else if (id == host_impl->RootLayer()->children()[0]->id()) { in SwapBuffersOnThread()
Dlayer_tree_host_impl.h314 LayerImpl* RootLayer() const;
Dlayer_tree_host_unittest.cc2683 ASSERT_TRUE(host_impl->RootLayer()); in DrawLayersOnThread()
2685 static_cast<FakePictureLayerImpl*>(host_impl->RootLayer()); in DrawLayersOnThread()
3194 host_impl->RootLayer())->push_properties_count()); in DidActivateTreeOnThread()
3303 host_impl->RootLayer()); in DidActivateTreeOnThread()
Dlayer_tree_host_impl.cc1681 LayerImpl* LayerTreeHostImpl::RootLayer() const { in RootLayer() function in cc::LayerTreeHostImpl