Home
last modified time | relevance | path

Searched refs:SubmitVote (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/test_support/
H A Dframe_priority.cc17 VoteReceipt DummyVoteConsumer::SubmitVote(VoterId voter_id, const Vote& vote) { in SubmitVote() function in performance_manager::frame_priority::test::DummyVoteConsumer
96 voting_channel_.SubmitVote(Vote(frame_node, priority, reason))); in EmitVote()
H A Dframe_priority.h25 VoteReceipt SubmitVote(VoterId voter_id, const Vote& vote) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/public/frame_priority/
H A Dframe_priority.h300 VoteReceipt SubmitVote(const Vote& vote);
379 virtual VoteReceipt SubmitVote(VoterId voter_id, const Vote& vote) = 0;
417 VoteReceipt SubmitVote(VoterId voter_id, const Vote& vote) override = 0;
H A Doverride_vote_aggregator.h35 VoteReceipt SubmitVote(VoterId voter_id, const Vote& vote) override;
H A Dmax_vote_aggregator.h34 VoteReceipt SubmitVote(VoterId voter_id, const Vote& vote) override;
H A Dboosting_vote_aggregator.h265 VoteReceipt SubmitVote(VoterId voter_id, const Vote& vote) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/frame_priority/
H A Doverride_vote_aggregator.cc44 VoteReceipt OverrideVoteAggregator::SubmitVote(VoterId voter_id, in SubmitVote() function in performance_manager::frame_priority::OverrideVoteAggregator
140 vote_data->receipt = channel_.SubmitVote(vote); in UpstreamVote()
H A Dframe_priority.cc324 VoteReceipt VotingChannel::SubmitVote(const Vote& vote) { in SubmitVote() function in performance_manager::frame_priority::VotingChannel
326 return factory_->consumer_->SubmitVote(voter_id_, vote); in SubmitVote()
399 return SubmitVote(voter_id, new_vote); in ChangeVote()
H A Dmax_vote_aggregator.cc28 VoteReceipt MaxVoteAggregator::SubmitVote(VoterId voter_id, const Vote& vote) { in SubmitVote() function in performance_manager::frame_priority::MaxVoteAggregator
158 receipt_ = channel->SubmitVote(vote); in UpstreamVote()
H A Dboosting_vote_aggregator.cc389 VoteReceipt BoostingVoteAggregator::SubmitVote(VoterId voter_id, in SubmitVote() function in performance_manager::frame_priority::BoostingVoteAggregator
576 channel_.SubmitVote(Vote(frame_node, priority, reason))); in UpstreamVoteIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/
H A Dvoting_unittest.cc178 voting_channel.SubmitVote(kDummyContext1, TestVote(5, kReason)); in TEST()
179 receipt = voting_channel.SubmitVote(kDummyContext2, TestVote(5, kReason)); in TEST()
194 voting_channel.SubmitVote(kDummyContext1, TestVote(5, kReason)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/execution_context_priority/
H A Doverride_vote_aggregator.cc45 VoteReceipt OverrideVoteAggregator::SubmitVote( in SubmitVote() function in performance_manager::execution_context_priority::OverrideVoteAggregator
149 vote_data->receipt = channel_.SubmitVote(execution_context, vote); in UpstreamVote()
H A Dmax_vote_aggregator.cc36 VoteReceipt MaxVoteAggregator::SubmitVote( in SubmitVote() function in performance_manager::execution_context_priority::MaxVoteAggregator
174 receipt_ = channel->SubmitVote(execution_context, vote); in UpstreamVote()
H A Dexecution_context_priority_unittest.cc237 VoteReceipt receipt = voting_channel.SubmitVote( in TEST()
239 receipt = voting_channel.SubmitVote( in TEST()
H A Dboosting_vote_aggregator.cc398 VoteReceipt BoostingVoteAggregator::SubmitVote( in SubmitVote() function in performance_manager::execution_context_priority::BoostingVoteAggregator
588 channel_.SubmitVote(execution_context, Vote(priority, reason))); in UpstreamVoteIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/test_support/
H A Dvoting.h36 VoteReceipt<VoteImpl> SubmitVote(util::PassKey<VotingChannel>,
124 VoteReceipt<VoteImpl> DummyVoteConsumer<VoteImpl>::SubmitVote( in SubmitVote() function
217 voting_channel_.SubmitVote(context, VoteImpl(vote_value, reason))); in EmitVote()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/freezing/
H A Dfreezing_vote_aggregator.cc29 FreezingVoteReceipt FreezingVoteAggregator::SubmitVote( in SubmitVote() function in performance_manager::freezing::FreezingVoteAggregator
154 receipt_ = channel->SubmitVote(vote.context(), vote.vote()); in UpstreamVote()
H A Dfreezing_vote_aggregator.h52 FreezingVoteReceipt SubmitVote(util::PassKey<FreezingVotingChannel>,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/public/voting/
H A Dvoting.h289 VoteReceipt<VoteImpl> SubmitVote(const ContextType* context,
370 virtual VoteReceipt<VoteImpl> SubmitVote(
436 VoteReceipt<VoteImpl> SubmitVote(util::PassKey<VotingChannel<VoteImpl>>,
769 VoteReceipt<VoteImpl> VotingChannel<VoteImpl>::SubmitVote( in SubmitVote() function
773 return factory_->GetConsumer(PassKey())->SubmitVote(PassKey(), voter_id_, in SubmitVote()
870 VoteReceipt<VoteImpl> VoteConsumerDefaultImpl<VoteImpl>::SubmitVote( in SubmitVote() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/performance_manager/decorators/
H A Dexecution_context_priority_decorator.h28 VoteReceipt SubmitVote(util::PassKey<VotingChannel>,
H A Dexecution_context_priority_decorator.cc65 VoteReceipt ExecutionContextPriorityDecorator::SubmitVote( in SubmitVote() function in performance_manager::execution_context_priority::ExecutionContextPriorityDecorator
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/public/execution_context_priority/
H A Doverride_vote_aggregator.h35 VoteReceipt SubmitVote(util::PassKey<VotingChannel>,
H A Dmax_vote_aggregator.h34 VoteReceipt SubmitVote(util::PassKey<VotingChannel>,
H A Dboosting_vote_aggregator.h271 VoteReceipt SubmitVote(util::PassKey<VotingChannel>,