Home
last modified time | relevance | path

Searched refs:ExpectInvalidVote (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/execution_context_priority/
H A Dboosting_vote_aggregator_unittest.cc127 consumer_.ExpectInvalidVote(0); in TEST_F()
139 consumer_.ExpectInvalidVote(0); in TEST_F()
150 consumer_.ExpectInvalidVote(0); in TEST_F()
151 consumer_.ExpectInvalidVote(1); in TEST_F()
160 consumer_.ExpectInvalidVote(0); in TEST_F()
161 consumer_.ExpectInvalidVote(1); in TEST_F()
350 consumer_.ExpectInvalidVote(2); // Old kExecutionContext2. in TEST_F()
373 consumer_.ExpectInvalidVote(2); // Old kExecutionContext2. in TEST_F()
396 consumer_.ExpectInvalidVote(2); // Old kExecutionContext2. in TEST_F()
418 consumer_.ExpectInvalidVote(0); // Old kExecutionContext1. in TEST_F()
[all …]
H A Dexecution_context_priority_unittest.cc243 consumer.ExpectInvalidVote(0); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/frame_priority/
H A Dboosting_vote_aggregator_unittest.cc116 consumer_.ExpectInvalidVote(0); in TEST_F()
127 consumer_.ExpectInvalidVote(0); in TEST_F()
137 consumer_.ExpectInvalidVote(0); in TEST_F()
138 consumer_.ExpectInvalidVote(1); in TEST_F()
147 consumer_.ExpectInvalidVote(0); in TEST_F()
148 consumer_.ExpectInvalidVote(1); in TEST_F()
318 consumer_.ExpectInvalidVote(2); // Old kFrame2. in TEST_F()
339 consumer_.ExpectInvalidVote(2); // Old kFrame2. in TEST_F()
360 consumer_.ExpectInvalidVote(2); // Old kFrame2. in TEST_F()
381 consumer_.ExpectInvalidVote(0); // Old kFrame1. in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/freezing/
H A Dfreezing_vote_aggregator_unittest.cc159 consumer.ExpectInvalidVote(1); in TEST()
173 consumer.ExpectInvalidVote(1); in TEST()
263 consumer.ExpectInvalidVote(0); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/test_support/
H A Dframe_priority.h31 void ExpectInvalidVote(size_t index);
H A Dframe_priority.cc56 void DummyVoteConsumer::ExpectInvalidVote(size_t index) { in ExpectInvalidVote() function in performance_manager::frame_priority::test::DummyVoteConsumer
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/test_support/
H A Dvoting.h46 void ExpectInvalidVote(size_t index);
169 void DummyVoteConsumer<VoteImpl>::ExpectInvalidVote(size_t index) { in ExpectInvalidVote() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/
H A Dvoting_unittest.cc182 consumer.ExpectInvalidVote(0); in TEST()