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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3404 EXPECT_FALSE(root_->needs_push_properties());
3408 EXPECT_FALSE(child2_->needs_push_properties());
3412 EXPECT_TRUE(leaf_content_layer_->needs_push_properties());
3416 EXPECT_TRUE(leaf_picture_layer_->needs_push_properties());
3422 EXPECT_FALSE(child_->needs_push_properties());
3426 EXPECT_FALSE(grandchild_->needs_push_properties());
3431 EXPECT_FALSE(other_root_->needs_push_properties());
3589 EXPECT_TRUE(scrollbar_layer_->needs_push_properties());
3662 EXPECT_FALSE(root_->needs_push_properties());
3664 EXPECT_FALSE(child_->needs_push_properties());
[all...]
H A Dtree_synchronizer.cc210 bool push_layer = layer->needs_push_properties();
236 // its needs_push_properties() state if the layer must push itself
245 layer->needs_push_properties();
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc129 if (mask_layer()->needs_push_properties() ||
134 if (replica_layer()->needs_push_properties() ||
139 if (children()[i]->needs_push_properties() ||
/external/chromium_org/cc/layers/
H A Dlayer.h385 bool needs_push_properties() const { return needs_push_properties_; } function in class:cc::Layer
416 return needs_push_properties() || descendant_needs_push_properties();
H A Dlayer_impl.h445 bool needs_push_properties() const { return true; } function in class:cc::LayerImpl

Completed in 162 milliseconds