Searched refs:grandchild_ (Results 1 – 2 of 2) sorted by relevance
3014 grandchild_ = PushPropertiesCountingLayer::Create(); in SetupTree()3020 child_->AddChild(grandchild_); in SetupTree()3035 grandchild_->push_properties_count()); in DidCommitAndDrawFrame()3063 if (grandchild_->layer_tree_host()) { in DidCommitAndDrawFrame()3064 EXPECT_FALSE(grandchild_->descendant_needs_push_properties()); in DidCommitAndDrawFrame()3065 EXPECT_FALSE(grandchild_->needs_push_properties()); in DidCommitAndDrawFrame()3114 grandchild_->RemoveFromParent(); in DidCommitAndDrawFrame()3118 child_->AddChild(grandchild_); in DidCommitAndDrawFrame()3148 grandchild_->SetPosition(gfx::Point(1, 1)); in DidCommitAndDrawFrame()3176 scoped_refptr<PushPropertiesCountingLayer> grandchild_; member in cc::__anon646b29320111::LayerTreeHostTestLayersPushProperties
615 grandchild_ = FakeContentLayer::Create(&client_); in SetupTree()618 child_->AddChild(grandchild_); in SetupTree()665 scoped_refptr<FakeContentLayer> grandchild_; member in cc::__anona46829960111::LayerTreeHostContextTestLayersNotified