Searched defs:layer_tree_impl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_impl.h169 LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } function in class:cc::LayerImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc55 #include "cc/trees/layer_tree_impl.h"
225 LayerImpl* CreateScrollAndContentsLayers(LayerTreeImpl* layer_tree_impl, argument
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 local
[all...]

Completed in 57 milliseconds