Searched defs:content_layer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_damage.cc365 scoped_refptr<Layer> content_layer = FakeContentLayer::Create(&client_); variable
366 content_layer->SetScrollClipLayerId(scroll_clip_layer->id());
367 content_layer->SetScrollOffset(gfx::Vector2d(10, 20));
368 content_layer->SetBounds(gfx::Size(100, 200));
370 gfx::Size(content_layer->bounds().width() - 30,
371 content_layer->bounds().height() - 50));
372 scroll_clip_layer->AddChild(content_layer);
376 FakePaintedScrollbarLayer::Create(false, true, content_layer->id());
380 scrollbar_layer->ToScrollbarLayer()->SetScrollLayer(content_layer->id());
383 gfx::RectF content_rect(content_layer
[all...]
H A Dlayer_tree_host_impl_unittest.cc2537 scoped_ptr<LayerImpl> content_layer = local
2539 content_layer->SetDrawsContent(true);
2540 content_layer->SetPosition(gfx::PointF());
2541 content_layer->SetBounds(contents_size);
2542 content_layer->SetContentBounds(contents_size);
2543 content_layer->SetContentsScale(2.f, 2.f);
2555 scroll_layer->AddChild(content_layer.Pass());
2637 scoped_ptr<LayerImpl> content_layer = local
2639 content_layer->SetShouldScrollOnMainThread(true);
2640 content_layer
5097 LayerImpl* content_layer = scoped_content_layer.get(); local
5226 LayerImpl* content_layer = scoped_content_layer.get(); local
5372 LayerImpl* content_layer = scoped_content_layer.get(); local
5519 LayerImpl* content_layer = scoped_content_layer.get(); local
5644 LayerImpl* content_layer = scoped_content_layer.get(); local
5755 LayerImpl* content_layer = scoped_content_layer.get(); local
[all...]
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc135 scoped_refptr<Layer> content_layer = Layer::Create(); local
144 content_layer->SetBounds(gfx::Size(100, 200));
148 scroll_layer->AddChild(content_layer);
154 content_layer->SavePaintProperties();
170 content_layer->SetBounds(gfx::Size(1000, 2000));
171 content_layer->SavePaintProperties();
204 scoped_refptr<Layer> content_layer = Layer::Create(); local
212 content_layer->SetBounds(gfx::Size(100, 50));
216 root_layer->AddChild(content_layer);
249 scoped_refptr<Layer> content_layer local
708 scoped_refptr<Layer> content_layer = Layer::Create(); local
797 scoped_refptr<Layer> content_layer = Layer::Create(); local
940 scoped_refptr<Layer> content_layer = Layer::Create(); local
[all...]

Completed in 1585 milliseconds