Searched defs:root_layer_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h372 scoped_refptr<cc::Layer> root_layer_; member in class:content::ContentViewCoreImpl
H A Doverscroll_glow.h102 scoped_refptr<cc::Layer> root_layer_; member in class:content::OverscrollGlow
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h104 scoped_refptr<cc::Layer> root_layer_; member in class:content::CompositorImpl
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer_impl_unittest.cc114 root_layer_ = root_layer.get();
131 LayerImpl* root_layer_; member in class:cc::__anon4151::DelegatedRendererLayerImplTestSimple
612 root_layer_ = root_layer.get();
662 LayerImpl* root_layer_; member in class:cc::__anon4151::DelegatedRendererLayerImplTestTransform
1014 root_layer_ = root_layer.get();
1039 LayerImpl* root_layer_; member in class:cc::__anon4151::DelegatedRendererLayerImplTestClip
/external/chromium_org/ui/compositor/
H A Dcompositor.h226 const Layer* root_layer() const { return root_layer_; }
227 Layer* root_layer() { return root_layer_; }
343 Layer* root_layer_; member in class:ui::Compositor
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h100 LayerImpl* root_layer() const { return root_layer_.get(); }
240 scoped_ptr<LayerImpl> root_layer_; member in class:cc::LayerTreeImpl
H A Dlayer_tree_host.h189 Layer* root_layer() { return root_layer_.get(); }
190 const Layer* root_layer() const { return root_layer_.get(); }
380 scoped_refptr<Layer> root_layer_; member in class:cc::LayerTreeHost
H A Dlayer_tree_host_unittest.cc279 root_layer_(ContentLayer::Create(&client_)) {
283 root_layer_->SetIsDrawable(true);
284 root_layer_->SetBounds(bounds_);
285 layer_tree_host()->SetRootLayer(root_layer_); variable
328 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestSetNeedsRedrawRect
340 root_layer_ = Layer::Create();
341 root_layer_->SetBounds(gfx::Size(10, 20));
345 root_layer_->AddChild(scaled_layer_);
347 layer_tree_host()->SetRootLayer(root_layer_); variable
381 scoped_refptr<Layer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestNoExtraCommitFromInvalidate
407 layer_tree_host()->SetRootLayer(root_layer_); variable
441 scoped_refptr<Layer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestNoExtraCommitFromScrollbarInvalidate
654 layer_tree_host()->SetRootLayer(root_layer_); variable
730 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestSetNextCommitForcesRedraw
746 layer_tree_host()->SetRootLayer(root_layer_); variable
823 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestUndrawnLayersDamageLater
1365 layer_tree_host()->SetRootLayer(root_layer_); variable
1440 scoped_refptr<NoScaleContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers
1887 layer_tree_host()->SetRootLayer(root_layer_); variable
1938 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestSurfaceNotAllocatedForLayersOutsideMemoryLimit
2435 layer_tree_host()->SetRootLayer(root_layer_); variable
2495 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestShutdownWithOnlySomeResourcesEvicted
4091 layer_tree_host()->SetRootLayer(root_layer_); variable
4131 scoped_refptr<Layer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestPushHiddenLayer
4149 layer_tree_host()->SetRootLayer(root_layer_); variable
4170 scoped_refptr<FakePictureLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestUpdateLayerInEmptyViewport
4456 layer_tree_host()->SetRootLayer(root_layer_); variable
4480 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon4258::LayerTreeHostTestNoQuadsForEmptyLayer
[all...]

Completed in 801 milliseconds