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

  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 2252 LayerImpl* scroll_layer_impl = FindScrollLayerForContentLayer(layer_impl); local
2310 LayerImpl* scroll_layer_impl = local
2755 LayerImpl* scroll_layer_impl = active_tree_->LayerById( local
2770 LayerImpl* scroll_layer_impl = local
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 182 LayerImpl* scroll_layer_impl = layer_impl_tree_root->children()[0]; local
183 scroll_layer_impl->ScrollBy(gfx::Vector2d(12, 34));
443 LayerImpl* scroll_layer_impl = layer_impl_tree_root->children()[0]; local
446 static_cast<PaintedScrollbarLayerImpl*>(scroll_layer_impl->children()[1]);
450 scroll_layer_impl->SetBounds(gfx::Size(10, 10));
451 scroll_layer_impl->ScrollBy(gfx::Vector2dF(4.f, 0.f));
    [all...]

Completed in 174 milliseconds