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

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 137 struct CC_EXPORT ScrollAndScaleSet {
138 ScrollAndScaleSet();
139 ~ScrollAndScaleSet();
layer_tree_host.h 62 struct ScrollAndScaleSet;
232 void ApplyScrollAndScale(ScrollAndScaleSet* info);
thread_proxy.h 53 scoped_ptr<ScrollAndScaleSet> scroll_info;
layer_tree_host_impl_unittest.cc 200 static void ExpectContains(const ScrollAndScaleSet& scroll_info,
215 static void ExpectNone(const ScrollAndScaleSet& scroll_info, int id) {
430 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas();
452 scoped_ptr<ScrollAndScaleSet> scroll_info;
482 scoped_ptr<ScrollAndScaleSet> scroll_info;
577 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas();
    [all...]
layer_tree_host_common.cc 24 ScrollAndScaleSet::ScrollAndScaleSet()
28 ScrollAndScaleSet::~ScrollAndScaleSet() {}
    [all...]
single_thread_proxy.cc 227 scoped_ptr<ScrollAndScaleSet> scroll_info =
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl.h 352 scoped_ptr<ScrollAndScaleSet> ProcessScrollDeltas();
layer_tree_host.cc     [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 101 milliseconds