Searched refs:descendant_needs_push_properties (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3008 EXPECT_TRUE(root_->descendant_needs_push_properties());
3012 EXPECT_TRUE(child2_->descendant_needs_push_properties());
3017 leaf_always_pushing_layer_->descendant_needs_push_properties());
3023 EXPECT_FALSE(child_->descendant_needs_push_properties());
3027 EXPECT_FALSE(grandchild_->descendant_needs_push_properties());
3032 EXPECT_FALSE(other_root_->descendant_needs_push_properties());
3387 EXPECT_TRUE(root_->descendant_needs_push_properties());
3513 EXPECT_FALSE(root_->descendant_needs_push_properties());
3515 EXPECT_FALSE(child_->descendant_needs_push_properties());
3517 EXPECT_FALSE(grandchild1_->descendant_needs_push_properties());
[all...]
H A Dtree_synchronizer.cc200 layer->descendant_needs_push_properties();
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc128 mask_layer()->descendant_needs_push_properties())
133 replica_layer()->descendant_needs_push_properties())
138 children()[i]->descendant_needs_push_properties())
/external/chromium_org/cc/layers/
H A Dlayer.h453 bool descendant_needs_push_properties() const { function in class:cc::Layer
502 return needs_push_properties() || descendant_needs_push_properties();
H A Dlayer_impl.h536 return needs_push_properties() || descendant_needs_push_properties();
540 bool descendant_needs_push_properties() const { function in class:cc::LayerImpl

Completed in 83 milliseconds