/external/chromium_org/cc/trees/ |
layer_tree_host_common_perftest.cc | 88 layer_tree_host()->root_layer(), 129 active_tree->root_layer(),
|
layer_tree_host.h | 188 void SetRootLayer(scoped_refptr<Layer> root_layer); 189 Layer* root_layer() { return root_layer_.get(); } function in class:cc::LayerTreeHost 190 const Layer* root_layer() const { return root_layer_.get(); } function in class:cc::LayerTreeHost 331 bool UpdateLayers(Layer* root_layer, ResourceUpdateQueue* queue);
|
layer_tree_host_pixeltest_on_demand_raster.cc | 42 host_impl->active_tree()->root_layer()->child_at(0));
|
layer_tree_host_perftest.cc | 183 for (layer_to_invalidate_ = layer_tree_host()->root_layer(); 224 scrollable_ = layer_tree_host()->root_layer()->children()[1]; 262 layer_tree_host()->root_layer()->children()[0]->
|
layer_tree_host_impl_unittest.cc | 386 ASSERT_FALSE(host_impl_->active_tree()->root_layer()); 406 LayerImpl* root = host_impl_->active_tree()->root_layer(); 433 LayerImpl* root = host_impl_->active_tree()->root_layer(); 521 host_impl_->active_tree()->root_layer()->ClearRenderSurface(); 532 LayerImpl* root = host_impl_->active_tree()->root_layer(); 586 LayerImpl* root = host_impl_->active_tree()->root_layer(); 603 LayerImpl* root = host_impl_->active_tree()->root_layer(); 617 LayerImpl* root = host_impl_->active_tree()->root_layer(); 648 LayerImpl* root = host_impl_->active_tree()->root_layer(); 800 host_impl_->active_tree()->root_layer()->ClearRenderSurface() 3825 scoped_ptr<LayerImpl> root_layer = local 4869 scoped_ptr<SolidColorLayerImpl> root_layer = local 4906 scoped_ptr<SolidColorLayerImpl> root_layer = variable [all...] |
layer_tree_host_common.cc | [all...] |
layer_tree_host_unittest_delegated.cc | 332 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); 364 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); 485 layer_tree_host()->root_layer()->AddChild(delegated_); 585 layer_tree_host()->root_layer()->AddChild(delegated_); 772 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); 812 LayerImpl* root_impl = host_impl->active_tree()->root_layer(); [all...] |
layer_tree_host_unittest_context.cc | 243 layer_tree_host()->root_layer()->SetNeedsDisplay(); 389 host_impl->active_tree()->root_layer()->children()[0]); 787 host_impl->active_tree()->root_layer()); [all...] |
layer_tree_impl.h | 100 LayerImpl* root_layer() const { return root_layer_.get(); } function in class:cc::LayerTreeImpl
|
layer_tree_host_unittest_copyrequest.cc | 387 LayerImpl* root = host_impl->active_tree()->root_layer(); 502 LayerImpl* root = impl->active_tree()->root_layer(); 887 layer_tree_host()->root_layer()->bounds());
|
single_thread_proxy.cc | 491 !ShouldComposite() && layer_tree_host_impl_->active_tree()->root_layer());
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_layer.cc | 42 ui::Layer* root_layer = root_window->layer(); local 47 root_layer->Add(layer_.get());
|
/external/chromium_org/cc/layers/ |
contents_scaling_layer_unittest.cc | 39 host->root_layer(), gfx::Size(500, 500), &render_surface_layer_list);
|
delegated_renderer_layer_impl_unittest.cc | 59 scoped_ptr<LayerImpl> root_layer = SolidColorLayerImpl::Create( local 69 root_layer->SetBounds(gfx::Size(100, 100)); 114 root_layer_ = root_layer.get(); 122 root_layer->AddChild(layer_after.Pass()); 126 root_layer->AddChild(layer_before.Pass()); 127 host_impl_->active_tree()->SetRootLayer(root_layer.Pass()); 495 scoped_ptr<LayerImpl> root_layer = LayerImpl::Create( local 501 root_layer->SetBounds(gfx::Size(100, 100)); 612 root_layer_ = root_layer.get(); 615 root_layer->AddChild(delegated_renderer_layer.PassAs<LayerImpl>()) 901 scoped_ptr<LayerImpl> root_layer = local 1282 scoped_ptr<LayerImpl> root_layer = LayerImpl::Create( local [all...] |
layer_position_constraint_unittest.cc | 35 void ExecuteCalculateDrawProperties(LayerImpl* root_layer, 43 gfx::Size(root_layer->bounds().width() * device_scale_factor, 44 root_layer->bounds().height() * device_scale_factor); 46 // We are probably not testing what is intended if the root_layer bounds are 48 DCHECK(!root_layer->bounds().IsEmpty()); 50 root_layer, device_viewport_size, &dummy_render_surface_layer_list); 58 void ExecuteCalculateDrawProperties(LayerImpl* root_layer) { 61 root_layer, 1.f, 1.f, page_scale_application_layer, false); [all...] |
texture_layer_unittest.cc | 164 scoped_refptr<Layer> root_layer = Layer::Create(); local 165 ASSERT_TRUE(root_layer.get()); 168 root_layer->AddChild(child_layer); 176 layer_tree_host_->SetRootLayer(root_layer); [all...] |
/external/chromium_org/ui/compositor/ |
compositor.h | 226 const Layer* root_layer() const { return root_layer_; } function in class:ui::Compositor 227 Layer* root_layer() { return root_layer_; } function in class:ui::Compositor 228 void SetRootLayer(Layer* root_layer); 265 // the |root_layer|.
|
layer.cc | 127 DCHECK(!compositor || compositor->root_layer() == this); 386 const Layer* root_layer = GetRoot(source); local 387 CHECK_EQ(root_layer, GetRoot(target)); 389 if (source != root_layer) 390 source->ConvertPointForAncestor(root_layer, point); 391 if (target != root_layer) 392 target->ConvertPointFromAncestor(root_layer, point);
|
compositor.cc | 381 void Compositor::SetRootLayer(Layer* root_layer) { 382 if (root_layer_ == root_layer) 386 root_layer_ = root_layer;
|
/external/chromium_org/cc/debug/ |
picture_record_benchmark.cc | 59 host->root_layer(),
|
rasterize_and_record_benchmark.cc | 58 host->root_layer(),
|
/external/chromium_org/content/browser/renderer_host/ |
compositor_impl_android.cc | 160 void CompositorImpl::SetRootLayer(scoped_refptr<cc::Layer> root_layer) { 162 root_layer_->AddChild(root_layer);
|
/external/chromium_org/ui/views/ |
view_unittest.cc | 3070 ui::Layer* root_layer = widget()->GetLayer(); local 3562 ui::Layer* root_layer = GetRootLayer(); local [all...] |
/external/chromium_org/content/renderer/gpu/ |
gpu_benchmarking_extension.cc | 467 const cc::Layer* root_layer = context.compositor()->GetRootLayer(); local 468 if (!root_layer) 484 serializer.Serialize(root_layer);
|
/external/chromium_org/cc/test/ |
layer_tree_pixel_test.cc | 103 : layer_tree_host()->root_layer();
|