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 145 struct CC_EXPORT ScrollAndScaleSet {
146 ScrollAndScaleSet();
147 ~ScrollAndScaleSet();
layer_tree_host.h 67 struct ScrollAndScaleSet;
237 void ApplyScrollAndScale(const ScrollAndScaleSet& info);
thread_proxy.h 124 scoped_ptr<ScrollAndScaleSet> scroll_info;
layer_tree_host_impl_unittest.cc 175 static void ExpectContains(const ScrollAndScaleSet& scroll_info,
190 static void ExpectNone(const ScrollAndScaleSet& scroll_info, int id) {
399 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas();
421 scoped_ptr<ScrollAndScaleSet> scroll_info;
446 scoped_ptr<ScrollAndScaleSet> scroll_info;
523 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas();
787 scoped_ptr<ScrollAndScaleSet> scroll_info =
818 scoped_ptr<ScrollAndScaleSet> scroll_info =
853 scoped_ptr<ScrollAndScaleSet> scroll_info =
    [all...]
layer_tree_host_common.cc 25 ScrollAndScaleSet::ScrollAndScaleSet() {}
27 ScrollAndScaleSet::~ScrollAndScaleSet() {}
    [all...]
single_thread_proxy.cc 216 scoped_ptr<ScrollAndScaleSet> scroll_info =
layer_tree_host_impl.h 287 scoped_ptr<ScrollAndScaleSet> ProcessScrollDeltas();
layer_tree_host_impl.cc     [all...]
layer_tree_host.cc     [all...]

Completed in 5517 milliseconds