Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dpush_properties_counting_layer.h33 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function
H A Dpush_properties_counting_layer_impl.h32 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function
H A Dfake_painted_scrollbar_layer.h41 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_unittest.cc4344 grandchild_->push_properties_count()) in DidCommitAndDrawFrame()
4347 child2_->push_properties_count()) in DidCommitAndDrawFrame()
4350 other_root_->push_properties_count()) in DidCommitAndDrawFrame()
4554 ->push_properties_count()); in DidActivateTreeOnThread()
4683 root_impl_->push_properties_count()); in DidActivateTreeOnThread()
4686 child_impl_->push_properties_count()); in DidActivateTreeOnThread()
4692 child2_impl_->push_properties_count()); in DidActivateTreeOnThread()
4793 EXPECT_EQ(0u, root_->push_properties_count()); in DidCommitAndDrawFrame()
4794 EXPECT_EQ(0u, child_->push_properties_count()); in DidCommitAndDrawFrame()
4802 EXPECT_EQ(1u, root_->push_properties_count()); in DidCommitAndDrawFrame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_unittest.cc4377 grandchild_->push_properties_count()) in DidCommitAndDrawFrame()
4380 child2_->push_properties_count()) in DidCommitAndDrawFrame()
4383 other_root_->push_properties_count()) in DidCommitAndDrawFrame()
4587 ->push_properties_count()); in DidActivateTreeOnThread()
4716 root_impl_->push_properties_count()); in DidActivateTreeOnThread()
4719 child_impl_->push_properties_count()); in DidActivateTreeOnThread()
4725 child2_impl_->push_properties_count()); in DidActivateTreeOnThread()
4826 EXPECT_EQ(0u, root_->push_properties_count()); in DidCommitAndDrawFrame()
4827 EXPECT_EQ(0u, child_->push_properties_count()); in DidCommitAndDrawFrame()
4835 EXPECT_EQ(1u, root_->push_properties_count()); in DidCommitAndDrawFrame()
[all …]