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

/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h106 scoped_refptr<cc::Layer> root_layer_; member in class:content::CompositorImpl
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h356 scoped_refptr<cc::Layer> root_layer_; member in class:content::ContentViewCoreImpl
H A Doverscroll_glow.h63 return root_layer_;
104 scoped_refptr<cc::Layer> root_layer_; member in class:content::OverscrollGlow
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer_impl_unittest.cc121 root_layer_ = root_layer.get();
138 LayerImpl* root_layer_; member in class:cc::__anon4069::DelegatedRendererLayerImplTestSimple
584 root_layer_ = root_layer.get();
634 LayerImpl* root_layer_; member in class:cc::__anon4069::DelegatedRendererLayerImplTestTransform
986 root_layer_ = root_layer.get();
1011 LayerImpl* root_layer_; member in class:cc::__anon4069::DelegatedRendererLayerImplTestClip
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h94 LayerImpl* root_layer() const { return root_layer_.get(); }
218 scoped_ptr<LayerImpl> root_layer_; member in class:cc::LayerTreeImpl
H A Dlayer_tree_host.h198 Layer* root_layer() { return root_layer_.get(); }
199 const Layer* root_layer() const { return root_layer_.get(); }
351 scoped_refptr<Layer> root_layer_; member in class:cc::LayerTreeHost
H A Dlayer_tree_host_unittest.cc275 root_layer_(ContentLayer::Create(&client_)) {
279 root_layer_->SetIsDrawable(true);
280 root_layer_->SetBounds(bounds_);
281 layer_tree_host()->SetRootLayer(root_layer_); variable
324 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestSetNeedsRedrawRect
336 root_layer_ = Layer::Create();
337 root_layer_->SetBounds(gfx::Size(10, 20));
341 root_layer_->AddChild(scaled_layer_);
343 layer_tree_host()->SetRootLayer(root_layer_); variable
377 scoped_refptr<Layer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestNoExtraCommitFromInvalidate
404 layer_tree_host()->SetRootLayer(root_layer_); variable
438 scoped_refptr<Layer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestNoExtraCommitFromScrollbarInvalidate
1032 layer_tree_host()->SetRootLayer(root_layer_); variable
1107 scoped_refptr<NoScaleContentLayer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers
1477 layer_tree_host()->SetRootLayer(root_layer_); variable
1529 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestSurfaceNotAllocatedForLayersOutsideMemoryLimit
2026 layer_tree_host()->SetRootLayer(root_layer_); variable
2081 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestShutdownWithOnlySomeResourcesEvicted
4198 layer_tree_host()->SetRootLayer(root_layer_); variable
4238 scoped_refptr<Layer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestPushHiddenLayer
4256 layer_tree_host()->SetRootLayer(root_layer_); variable
4277 scoped_refptr<FakePictureLayer> root_layer_; member in class:cc::__anon4165::LayerTreeHostTestUpdateLayerInEmptyViewport
[all...]
/external/chromium_org/ui/compositor/
H A Dcompositor.h320 const Layer* root_layer() const { return root_layer_; }
321 Layer* root_layer() { return root_layer_; }
435 Layer* root_layer_; member in class:ui::Compositor
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc145 root_layer_(LayerImpl::Create(host_impl_.active_tree(), 1)),
149 root_layer_->CreateRenderSurface();
151 root_layer_->render_surface()->RenderPassId();
208 scoped_ptr<LayerImpl> root_layer_; member in class:cc::__anon4091::FakeRendererClient

Completed in 525 milliseconds