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

/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer_unittest.cc47 root_layer_ = SolidColorLayer::Create();
54 scoped_refptr<Layer> root_layer_; member in class:cc::__anon2679::DelegatedRendererLayerTestSimple
62 EXPECT_EQ(0, root_layer_->NumDescendantsThatDrawContent());
63 root_layer_->AddChild(layer_before_);
64 EXPECT_EQ(0, root_layer_->NumDescendantsThatDrawContent());
66 EXPECT_EQ(1, root_layer_->NumDescendantsThatDrawContent());
71 EXPECT_EQ(1, root_layer_->NumDescendantsThatDrawContent());
75 EXPECT_EQ(1002, root_layer_->NumDescendantsThatDrawContent());
H A Ddelegated_renderer_layer_impl_unittest.cc116 root_layer_ = root_layer.get();
133 LayerImpl* root_layer_; member in class:cc::__anon2678::DelegatedRendererLayerImplTestSimple
633 root_layer_ = root_layer.get();
683 LayerImpl* root_layer_; member in class:cc::__anon2678::DelegatedRendererLayerImplTestTransform
1065 root_layer_ = root_layer.get();
1090 LayerImpl* root_layer_; member in class:cc::__anon2678::DelegatedRendererLayerImplTestClip
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h327 scoped_refptr<cc::Layer> root_layer_; member in class:content::ContentViewCoreImpl
H A Doverscroll_glow.h99 scoped_refptr<cc::Layer> root_layer_; member in class:content::OverscrollGlow
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.h90 scoped_refptr<cc::Layer> root_layer_; member in class:android_webview::HardwareRenderer
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_no_message_loop.cc102 layer_tree_host_->SetRootLayer(root_layer_);
117 root_layer_ = NULL;
122 scoped_refptr<Layer> root_layer_; member in class:cc::__anon2827::LayerTreeHostNoMessageLoopTest
146 root_layer_ = solid_color_layer;
168 root_layer_ = Layer::Create();
173 root_layer_->AddChild(delegated_layer_);
H A Dlayer_tree_host.h171 Layer* root_layer() { return root_layer_.get(); }
172 const Layer* root_layer() const { return root_layer_.get(); }
379 scoped_refptr<Layer> root_layer_; member in class:cc::LayerTreeHost
H A Dlayer_tree_impl.h121 LayerImpl* root_layer() const { return root_layer_.get(); }
337 scoped_ptr<LayerImpl> root_layer_; member in class:cc::LayerTreeImpl
H A Dlayer_tree_host_unittest.cc280 root_layer_(ContentLayer::Create(&client_)) {}
283 root_layer_->SetIsDrawable(true);
284 root_layer_->SetBounds(bounds_);
285 layer_tree_host()->SetRootLayer(root_layer_); variable
327 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestSetNeedsRedrawRect
339 root_layer_ = Layer::Create();
340 root_layer_->SetBounds(gfx::Size(10, 20));
344 root_layer_->AddChild(scaled_layer_);
346 layer_tree_host()->SetRootLayer(root_layer_); variable
378 scoped_refptr<Layer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestNoExtraCommitFromInvalidate
404 layer_tree_host()->SetRootLayer(root_layer_); variable
436 scoped_refptr<Layer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestNoExtraCommitFromScrollbarInvalidate
454 layer_tree_host()->SetRootLayer(root_layer_); variable
529 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestSetNextCommitForcesRedraw
544 layer_tree_host()->SetRootLayer(root_layer_); variable
619 scoped_refptr<ContentLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestUndrawnLayersDamageLater
638 layer_tree_host()->SetRootLayer(root_layer_); variable
689 scoped_refptr<Layer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestUndrawnLayersPushContentBoundsLater
1065 layer_tree_host()->SetRootLayer(root_layer_); variable
1140 scoped_refptr<NoScaleContentLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers
1519 layer_tree_host()->SetRootLayer(root_layer_); variable
1574 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestSurfaceNotAllocatedForLayersOutsideMemoryLimit
2066 layer_tree_host()->SetRootLayer(root_layer_); variable
2125 scoped_refptr<FakeContentLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestShutdownWithOnlySomeResourcesEvicted
4045 layer_tree_host()->SetRootLayer(root_layer_); variable
4085 scoped_refptr<Layer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestPushHiddenLayer
4102 layer_tree_host()->SetRootLayer(root_layer_); variable
4123 scoped_refptr<FakePictureLayer> root_layer_; member in class:cc::__anon2820::LayerTreeHostTestUpdateLayerInEmptyViewport
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h139 // root_layer_ is the persistent internal root layer, while subroot_layer_
141 scoped_refptr<cc::Layer> root_layer_; member in class:content::CompositorImpl
H A Drender_widget_host_view_mac.h392 scoped_ptr<ui::Layer> root_layer_; member in class:content::RenderWidgetHostViewMac
/external/chromium_org/ui/compositor/
H A Dcompositor.h149 const Layer* root_layer() const { return root_layer_; }
150 Layer* root_layer() { return root_layer_; }
282 Layer* root_layer_; member in class:ui::Compositor

Completed in 1572 milliseconds