HomeSort by relevance Sort by last modified time
    Searched refs:root_scroll (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_impl.cc 254 LayerImpl* root_scroll = RootScrollLayer(); local
255 if (!root_scroll || !root_scroll->children().size())
326 LayerImpl* root_scroll = RootScrollLayer(); local
327 DCHECK(root_scroll);
331 gfx::PointAtOffsetFromOrigin(root_scroll->TotalScrollOffset()),
339 root_scroll->horizontal_scrollbar_layer()) {
345 root_scroll->vertical_scrollbar_layer()) {
683 LayerImpl* root_scroll = RootScrollLayer(); local
685 DCHECK(root_scroll);
    [all...]
layer_tree_host.cc 800 Layer* root_scroll = FindFirstScrollableLayer(root_layer); local
802 if (!page_scale_layer && root_scroll)
803 page_scale_layer = root_scroll->parent();
    [all...]
layer_tree_host_impl_unittest.cc 1304 LayerImpl* root_scroll = host_impl_->active_tree()->RootScrollLayer(); local
1927 LayerImpl* root_scroll = host_impl_->active_tree()->RootScrollLayer(); local
1966 LayerImpl* root_scroll = host_impl_->active_tree()->RootScrollLayer(); local
    [all...]

Completed in 42 milliseconds