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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc2978 leaf_always_pushing_layer_ = PushPropertiesCountingLayer::Create();
2979 leaf_always_pushing_layer_->set_persist_needs_push_properties(true);
2984 child2_->AddChild(leaf_always_pushing_layer_);
3004 leaf_always_pushing_layer_->push_properties_count());
3015 if (leaf_always_pushing_layer_->layer_tree_host()) {
3017 leaf_always_pushing_layer_->descendant_needs_push_properties());
3018 EXPECT_TRUE(leaf_always_pushing_layer_->needs_push_properties());
3128 if (leaf_always_pushing_layer_->layer_tree_host())
3141 scoped_refptr<PushPropertiesCountingLayer> leaf_always_pushing_layer_; member in class:cc::__anon2820::LayerTreeHostTestLayersPushProperties

Completed in 177 milliseconds