Home
last modified time | relevance | path

Searched refs:CollectScrollDeltas (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dproperty_tree.h434 void CollectScrollDeltas(ScrollAndScaleSet* scroll_info,
H A Dtree_synchronizer_unittest.cc665 scroll_tree.CollectScrollDeltas(scroll_info.get(), ElementId(), in TEST_F()
H A Dlayer_tree_host_impl.h883 void CollectScrollDeltas(ScrollAndScaleSet* scroll_info);
H A Dlayer_tree_host_impl.cc5113 void LayerTreeHostImpl::CollectScrollDeltas(ScrollAndScaleSet* scroll_info) { in CollectScrollDeltas() function in cc::LayerTreeHostImpl
5121 active_tree_->property_trees()->scroll_tree.CollectScrollDeltas( in CollectScrollDeltas()
5140 CollectScrollDeltas(scroll_info.get()); in ProcessScrollDeltas()
H A Dproperty_tree.cc1428 void ScrollTree::CollectScrollDeltas( in CollectScrollDeltas() function in cc::ScrollTree
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dproperty_tree.h452 void CollectScrollDeltas(CompositorCommitData* commit_data,
H A Dtree_synchronizer_unittest.cc666 scroll_tree.CollectScrollDeltas(commit_data.get(), ElementId(), in TEST_F()
H A Dproperty_tree.cc1490 void ScrollTree::CollectScrollDeltas( in CollectScrollDeltas() function in cc::ScrollTree
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dthreaded_input_handler.cc939 GetScrollTree().CollectScrollDeltas( in ProcessCommitDeltas()