Lines Matching refs:grandchild2_

3478     grandchild2_ = PushPropertiesCountingLayer::Create();
3483 child_->AddChild(grandchild2_);
3496 scoped_refptr<PushPropertiesCountingLayer> grandchild2_;
3518 EXPECT_FALSE(grandchild2_->needs_push_properties());
3519 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3531 EXPECT_TRUE(grandchild2_->needs_push_properties());
3532 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3561 EXPECT_FALSE(grandchild2_->needs_push_properties());
3562 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3573 EXPECT_FALSE(grandchild2_->needs_push_properties());
3574 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3586 EXPECT_FALSE(grandchild2_->needs_push_properties());
3587 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3591 grandchild2_->SetPosition(gfx::Point(1, 1));
3599 EXPECT_TRUE(grandchild2_->needs_push_properties());
3600 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3604 // grandchild2_ will still need a push properties.
3614 grandchild2_->RemoveFromParent();
3637 grandchild2_->set_persist_needs_push_properties(true);
3646 EXPECT_TRUE(grandchild2_->needs_push_properties());
3647 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3651 // grandchild2_ will still need a push properties.
3661 grandchild2_->RemoveFromParent();
3692 EXPECT_FALSE(grandchild2_->needs_push_properties());
3693 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3700 grandchild2_->SetPosition(gfx::Point(1, 1));
3709 EXPECT_TRUE(grandchild2_->needs_push_properties());
3710 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3721 grandchild2_->RemoveFromParent();
3760 EXPECT_FALSE(grandchild2_->needs_push_properties());
3761 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3767 grandchild2_->SetPosition(gfx::Point(1, 1));
3775 EXPECT_TRUE(grandchild2_->needs_push_properties());
3776 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3787 grandchild2_->RemoveFromParent();
3824 EXPECT_FALSE(grandchild2_->needs_push_properties());
3825 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3830 grandchild2_->SetPosition(gfx::Point(1, 1));
3839 EXPECT_TRUE(grandchild2_->needs_push_properties());
3840 EXPECT_FALSE(grandchild2_->descendant_needs_push_properties());
3851 grandchild2_->RemoveFromParent();