push_properties_count   25 cc/test/fake_content_layer.h   size_t push_properties_count() const { return push_properties_count_; }
push_properties_count   30 cc/test/fake_painted_scrollbar_layer.h   size_t push_properties_count() const { return push_properties_count_; }
push_properties_count   26 cc/test/fake_picture_layer.h   size_t push_properties_count() const { return push_properties_count_; }
push_properties_count 3392 cc/trees/layer_tree_host_unittest.cc     EXPECT_EQ(expected_push_properties_root_, root_->push_properties_count());
push_properties_count 3393 cc/trees/layer_tree_host_unittest.cc     EXPECT_EQ(expected_push_properties_child_, child_->push_properties_count());
push_properties_count 3395 cc/trees/layer_tree_host_unittest.cc               grandchild_->push_properties_count());
push_properties_count 3397 cc/trees/layer_tree_host_unittest.cc               child2_->push_properties_count());
push_properties_count 3399 cc/trees/layer_tree_host_unittest.cc               other_root_->push_properties_count());
push_properties_count 3401 cc/trees/layer_tree_host_unittest.cc               leaf_always_pushing_layer_->push_properties_count());
push_properties_count 3591 cc/trees/layer_tree_host_unittest.cc                 host_impl->RootLayer())->push_properties_count());
push_properties_count 3723 cc/trees/layer_tree_host_unittest.cc                 root_impl_->push_properties_count());
push_properties_count 3726 cc/trees/layer_tree_host_unittest.cc                 child_impl_->push_properties_count());
push_properties_count 3729 cc/trees/layer_tree_host_unittest.cc                 grandchild_impl_->push_properties_count());
push_properties_count 3732 cc/trees/layer_tree_host_unittest.cc                 child2_impl_->push_properties_count());
push_properties_count 3735 cc/trees/layer_tree_host_unittest.cc                 leaf_always_pushing_layer_impl_->push_properties_count());
push_properties_count 3788 cc/trees/layer_tree_host_unittest.cc         EXPECT_EQ(0u, scrollbar_layer_->push_properties_count());
push_properties_count 3792 cc/trees/layer_tree_host_unittest.cc         EXPECT_EQ(1u, scrollbar_layer_->push_properties_count());