Searched refs:grandchild_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_context.cc747 grandchild_ = FakePictureLayer::Create(&client_);
751 grandchild_ = FakeContentLayer::Create(&client_);
755 child_->AddChild(grandchild_);
833 scoped_refptr<Layer> grandchild_; member in class:cc::__anon2823::LayerTreeHostContextTestLayersNotified
H A Dlayer_tree_host_unittest.cc2977 grandchild_ = PushPropertiesCountingLayer::Create();
2983 child_->AddChild(grandchild_);
2998 grandchild_->push_properties_count());
3021 // child_ and grandchild_ don't persist their need to push properties.
3026 if (grandchild_->layer_tree_host()) {
3027 EXPECT_FALSE(grandchild_->descendant_needs_push_properties());
3028 EXPECT_FALSE(grandchild_->needs_push_properties());
3077 grandchild_->RemoveFromParent();
3081 child_->AddChild(grandchild_);
3111 grandchild_
3139 scoped_refptr<PushPropertiesCountingLayer> grandchild_; member in class:cc::__anon2820::LayerTreeHostTestLayersPushProperties
[all...]

Completed in 116 milliseconds