Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc56 static LayerImpl* FindRootScrollLayerRecursive(LayerImpl* layer) { in FindRootScrollLayerRecursive() function
64 LayerImpl* found = FindRootScrollLayerRecursive(layer->children()[i]); in FindRootScrollLayerRecursive()
83 root_scroll_layer_ = FindRootScrollLayerRecursive(root_layer_.get()); in FindRootScrollLayer()