Searched refs:TakePageScaleAnimation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h329 scoped_ptr<PageScaleAnimation> TakePageScaleAnimation();
H A Dlayer_tree_impl.cc1496 scoped_ptr<PageScaleAnimation> LayerTreeImpl::TakePageScaleAnimation() { function in class:cc::LayerTreeImpl
H A Dlayer_tree_host_impl.cc1815 active_tree_->TakePageScaleAnimation();
H A Dlayer_tree_host_impl_unittest.cc1310 // Make sure TakePageScaleAnimation works properly.
1314 host_impl_->sync_tree()->TakePageScaleAnimation();
1317 EXPECT_EQ(nullptr, host_impl_->sync_tree()->TakePageScaleAnimation());
1332 EXPECT_EQ(nullptr, host_impl_->sync_tree()->TakePageScaleAnimation().get());

Completed in 189 milliseconds