Home
last modified time | relevance | path

Searched refs:needs_push_properties (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest.cc3009 EXPECT_FALSE(root_->needs_push_properties()); in DidCommitAndDrawFrame()
3013 EXPECT_FALSE(child2_->needs_push_properties()); in DidCommitAndDrawFrame()
3018 EXPECT_TRUE(leaf_always_pushing_layer_->needs_push_properties()); in DidCommitAndDrawFrame()
3024 EXPECT_FALSE(child_->needs_push_properties()); in DidCommitAndDrawFrame()
3028 EXPECT_FALSE(grandchild_->needs_push_properties()); in DidCommitAndDrawFrame()
3033 EXPECT_FALSE(other_root_->needs_push_properties()); in DidCommitAndDrawFrame()
3386 EXPECT_TRUE(scrollbar_layer_->needs_push_properties()); in DidCommitAndDrawFrame()
3431 EXPECT_FALSE(root_->needs_push_properties()); in DidCommitAndDrawFrame()
3432 EXPECT_FALSE(child_->needs_push_properties()); in DidCommitAndDrawFrame()
3440 EXPECT_TRUE(root_->needs_push_properties()); in DidCommitAndDrawFrame()
[all …]
Dtree_synchronizer.cc198 bool push_layer = layer->needs_push_properties(); in PushPropertiesInternal()
235 layer->needs_push_properties(); in PushPropertiesInternal()
Dlayer_tree_host_unittest_scroll.cc908 EXPECT_TRUE(scroll_layer->needs_push_properties()); in WillCommit()
914 EXPECT_FALSE(scroll_layer->needs_push_properties()); in WillCommit()
Dlayer_tree_host_common_unittest.cc5292 EXPECT_TRUE(root->needs_push_properties()); in TEST_F()
5293 EXPECT_TRUE(child->needs_push_properties()); in TEST_F()
5301 EXPECT_FALSE(root->needs_push_properties()); in TEST_F()
5302 EXPECT_TRUE(child->needs_push_properties()); in TEST_F()
5309 EXPECT_FALSE(root->needs_push_properties()); in TEST_F()
5310 EXPECT_FALSE(child->needs_push_properties()); in TEST_F()
/external/chromium_org/cc/layers/
Dlayer_impl_unittest.cc28 EXPECT_TRUE(root->needs_push_properties()); \
29 EXPECT_FALSE(child->needs_push_properties()); \
30 EXPECT_FALSE(grand_child->needs_push_properties()); \
38 EXPECT_FALSE(root->needs_push_properties()); \
39 EXPECT_FALSE(child->needs_push_properties()); \
40 EXPECT_FALSE(grand_child->needs_push_properties()); \
49 EXPECT_TRUE(root->needs_push_properties()); \
50 EXPECT_FALSE(child->needs_push_properties()); \
51 EXPECT_FALSE(grand_child->needs_push_properties()); \
59 EXPECT_TRUE(root->needs_push_properties()); \
[all …]
Dlayer.h452 bool needs_push_properties() const { return needs_push_properties_; } in needs_push_properties() function
502 return needs_push_properties() || descendant_needs_push_properties(); in parent_should_know_need_push_properties()
Dlayer_impl.h536 return needs_push_properties() || descendant_needs_push_properties(); in parent_should_know_need_push_properties()
539 bool needs_push_properties() const { return needs_push_properties_; } in needs_push_properties() function
Dlayer_unittest.cc362 EXPECT_TRUE(child1->needs_push_properties()); in TEST_F()
391 EXPECT_TRUE(child2->needs_push_properties()); in TEST_F()
/external/chromium_org/cc/test/
Dtiled_layer_test_common.cc127 if (mask_layer()->needs_push_properties() || in ResetNumDependentsNeedPushProperties()
132 if (replica_layer()->needs_push_properties() || in ResetNumDependentsNeedPushProperties()
137 if (children()[i]->needs_push_properties() || in ResetNumDependentsNeedPushProperties()