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

/external/chromium_org/cc/layers/
H A Dlayer_impl.h185 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.cc56 #include "cc/trees/layer_tree_impl.h"
227 LayerImpl* CreateScrollAndContentsLayers(LayerTreeImpl* layer_tree_impl, argument
233 LayerImpl::Create(layer_tree_impl, 1);
239 LayerImpl::Create(layer_tree_impl, kInnerViewportScrollLayerId);
245 LayerImpl::Create(layer_tree_impl, kInnerViewportClipLayerId);
250 LayerImpl::Create(layer_tree_impl, kPageScaleLayerId);
259 LayerImpl::Create(layer_tree_impl, 3);
270 layer_tree_impl->SetRootLayer(root.Pass());
271 layer_tree_impl->SetViewportLayersFromIds(
6980 LayerTreeImpl* layer_tree_impl local
[all...]

Completed in 94 milliseconds