Home
last modified time | relevance | path

Searched refs:SetMutatorsNeedCommit (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dmutator_host_client.h36 virtual void SetMutatorsNeedCommit() = 0;
H A Dlayer_tree_host.h624 void SetMutatorsNeedCommit() override;
H A Dlayer_tree_host_impl.h391 void SetMutatorsNeedCommit() override;
H A Dlayer_tree_host.cc1624 void LayerTreeHost::SetMutatorsNeedCommit() { in SetMutatorsNeedCommit() function in cc::LayerTreeHost
H A Dlayer_tree_host_impl.cc5911 void LayerTreeHostImpl::SetMutatorsNeedCommit() {} in SetMutatorsNeedCommit() function in cc::LayerTreeHostImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dmutator_host_client.h36 virtual void SetMutatorsNeedCommit() = 0;
H A Dlayer_tree_host.h641 void SetMutatorsNeedCommit() override;
H A Dlayer_tree_host_impl.h402 void SetMutatorsNeedCommit() override;
H A Dlayer_tree_host.cc1682 void LayerTreeHost::SetMutatorsNeedCommit() { in SetMutatorsNeedCommit() function in cc::LayerTreeHost
H A Dlayer_tree_host_impl.cc4605 void LayerTreeHostImpl::SetMutatorsNeedCommit() {} in SetMutatorsNeedCommit() function in cc::LayerTreeHostImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_host.cc233 mutator_host_client_->SetMutatorsNeedCommit(); in SetMutatorHostClient()
238 mutator_host_client_->SetMutatorsNeedCommit(); in SetNeedsCommit()
248 mutator_host_client_->SetMutatorsNeedCommit(); in SetNeedsPushProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_host.cc224 mutator_host_client_->SetMutatorsNeedCommit(); in SetMutatorHostClient()
229 mutator_host_client_->SetMutatorsNeedCommit(); in SetNeedsCommit()
237 mutator_host_client_->SetMutatorsNeedCommit(); in SetNeedsPushProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Danimation_timelines_test_common.h110 void SetMutatorsNeedCommit() override;
H A Danimation_timelines_test_common.cc100 void TestHostClient::SetMutatorsNeedCommit() { in SetMutatorsNeedCommit() function in cc::TestHostClient