Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_host_common.h142 struct CC_EXPORT ScrollAndScaleSet { struct
143 ScrollAndScaleSet();
144 ~ScrollAndScaleSet();
Dlayer_tree_host.h62 struct ScrollAndScaleSet;
235 void ApplyScrollAndScale(const ScrollAndScaleSet& info);
Dlayer_tree_host_impl_unittest.cc179 static void ExpectContains(const ScrollAndScaleSet& scroll_info, in ExpectContains()
194 static void ExpectNone(const ScrollAndScaleSet& scroll_info, int id) { in ExpectNone()
388 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
410 scoped_ptr<ScrollAndScaleSet> scroll_info; in TEST_F()
435 scoped_ptr<ScrollAndScaleSet> scroll_info; in TEST_F()
510 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
831 scoped_ptr<ScrollAndScaleSet> scroll_info = in TEST_F()
862 scoped_ptr<ScrollAndScaleSet> scroll_info = in TEST_F()
897 scoped_ptr<ScrollAndScaleSet> scroll_info = in TEST_F()
916 scoped_ptr<ScrollAndScaleSet> scroll_info = in TEST_F()
[all …]
Dthread_proxy.h132 scoped_ptr<ScrollAndScaleSet> scroll_info;
Dlayer_tree_host_common.cc25 ScrollAndScaleSet::ScrollAndScaleSet() {} in ScrollAndScaleSet() function in cc::ScrollAndScaleSet
27 ScrollAndScaleSet::~ScrollAndScaleSet() {} in ~ScrollAndScaleSet()
Dsingle_thread_proxy.cc224 scoped_ptr<ScrollAndScaleSet> scroll_info = in DoCommit()
Dlayer_tree_host_impl.cc2499 static void CollectScrollDeltas(ScrollAndScaleSet* scroll_info, in CollectScrollDeltas()
2518 scoped_ptr<ScrollAndScaleSet> LayerTreeHostImpl::ProcessScrollDeltas() { in ProcessScrollDeltas()
2519 scoped_ptr<ScrollAndScaleSet> scroll_info(new ScrollAndScaleSet()); in ProcessScrollDeltas()
Dlayer_tree_host_impl.h313 scoped_ptr<ScrollAndScaleSet> ProcessScrollDeltas();
Dlayer_tree_host.cc1051 void LayerTreeHost::ApplyScrollAndScale(const ScrollAndScaleSet& info) { in ApplyScrollAndScale()