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

  /external/chromium_org/cc/layers/
layer_impl.h 169 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } function in class:cc::LayerImpl
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 55 #include "cc/trees/layer_tree_impl.h"
225 LayerImpl* CreateScrollAndContentsLayers(LayerTreeImpl* layer_tree_impl,
231 LayerImpl::Create(layer_tree_impl, 1);
237 LayerImpl::Create(layer_tree_impl, kInnerViewportScrollLayerId);
243 LayerImpl::Create(layer_tree_impl, kInnerViewportClipLayerId);
248 LayerImpl::Create(layer_tree_impl, kPageScaleLayerId);
257 LayerImpl::Create(layer_tree_impl, 3);
268 layer_tree_impl->SetRootLayer(root.Pass());
269 layer_tree_impl->SetViewportLayersFromIds(
6479 LayerTreeImpl* layer_tree_impl = host_impl_->active_tree(); local
    [all...]

Completed in 214 milliseconds