Home
last modified time | relevance | path

Searched refs:CreateScrollbarAnimationController (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_impl.h93 scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController(
Dlayer_tree_impl.cc736 LayerTreeImpl::CreateScrollbarAnimationController(LayerImpl* scrolling_layer) { in CreateScrollbarAnimationController() function in cc::LayerTreeImpl
/external/chromium_org/cc/layers/
Dlayer_impl.cc1315 layer_tree_impl_->CreateScrollbarAnimationController(this); in DidBecomeActive()