HomeSort by relevance Sort by last modified time
    Searched refs:ScrollAndScaleSet (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 142 struct CC_EXPORT ScrollAndScaleSet {
143 ScrollAndScaleSet();
144 ~ScrollAndScaleSet();
layer_tree_host.h 62 struct ScrollAndScaleSet;
235 void ApplyScrollAndScale(const ScrollAndScaleSet& info);
layer_tree_host_impl_unittest.cc 179 static void ExpectContains(const ScrollAndScaleSet& scroll_info,
194 static void ExpectNone(const ScrollAndScaleSet& scroll_info, int id) {
388 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas();
410 scoped_ptr<ScrollAndScaleSet> scroll_info;
435 scoped_ptr<ScrollAndScaleSet> scroll_info;
510 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas();
831 scoped_ptr<ScrollAndScaleSet> scroll_info =
    [all...]
thread_proxy.h 132 scoped_ptr<ScrollAndScaleSet> scroll_info;
layer_tree_host_common.cc 25 ScrollAndScaleSet::ScrollAndScaleSet() {}
27 ScrollAndScaleSet::~ScrollAndScaleSet() {}
    [all...]
layer_tree_host_impl.h 313 scoped_ptr<ScrollAndScaleSet> ProcessScrollDeltas();
single_thread_proxy.cc 224 scoped_ptr<ScrollAndScaleSet> scroll_info =
layer_tree_host_impl.cc     [all...]
layer_tree_host.cc     [all...]

Completed in 110 milliseconds