Home
last modified time | relevance | path

Searched refs:push_properties_count (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/test/
Dfake_picture_layer.h26 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function
Dfake_painted_scrollbar_layer.h30 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function
Dfake_content_layer.h25 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest.cc2946 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function in cc::__anon646b29320111::PushPropertiesCountingLayerImpl
2978 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function in cc::__anon646b29320111::PushPropertiesCountingLayer
3032 EXPECT_EQ(expected_push_properties_root_, root_->push_properties_count()); in DidCommitAndDrawFrame()
3033 EXPECT_EQ(expected_push_properties_child_, child_->push_properties_count()); in DidCommitAndDrawFrame()
3035 grandchild_->push_properties_count()); in DidCommitAndDrawFrame()
3037 child2_->push_properties_count()); in DidCommitAndDrawFrame()
3039 other_root_->push_properties_count()); in DidCommitAndDrawFrame()
3041 leaf_always_pushing_layer_->push_properties_count()); in DidCommitAndDrawFrame()
3231 host_impl->RootLayer())->push_properties_count()); in DidActivateTreeOnThread()
3363 root_impl_->push_properties_count()); in DidActivateTreeOnThread()
[all …]