Searched refs:grandchild2_ (Results 1 - 1 of 1) sorted by path

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3478 grandchild2_ = PushPropertiesCountingLayer::Create();
3483 child_->AddChild(grandchild2_);
3496 scoped_refptr<PushPropertiesCountingLayer> grandchild2_; member in class:cc::__anon2820::LayerTreeHostTestCasePushPropertiesThreeGrandChildren
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_
[all...]

Completed in 218 milliseconds