Home
last modified time | relevance | path

Searched refs:ProcessScrollDeltas (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc388 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
412 scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
416 scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
437 scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
444 scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
450 scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
510 scoped_ptr<ScrollAndScaleSet> scroll_info = host_impl_->ProcessScrollDeltas(); in TEST_F()
832 host_impl_->ProcessScrollDeltas(); in TEST_F()
863 host_impl_->ProcessScrollDeltas(); in TEST_F()
898 host_impl_->ProcessScrollDeltas(); in TEST_F()
[all …]
Dsingle_thread_proxy.cc225 layer_tree_host_impl_->ProcessScrollDeltas(); in DoCommit()
Dlayer_tree_host_impl.h313 scoped_ptr<ScrollAndScaleSet> ProcessScrollDeltas();
Dthread_proxy.cc752 layer_tree_host_impl_->ProcessScrollDeltas(); in ScheduledActionSendBeginMainFrame()
Dlayer_tree_host_impl.cc2518 scoped_ptr<ScrollAndScaleSet> LayerTreeHostImpl::ProcessScrollDeltas() { in ProcessScrollDeltas() function in cc::LayerTreeHostImpl