Searched defs:tree_impl (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/cc/layers/
H A Dpicture_image_layer_impl.h14 static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* tree_impl, argument
16 return make_scoped_ptr(new PictureImageLayerImpl(tree_impl, id));
23 LayerTreeImpl* tree_impl) OVERRIDE;
26 PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dsolid_color_layer_impl.h16 static scoped_ptr<SolidColorLayerImpl> Create(LayerTreeImpl* tree_impl, argument
18 return make_scoped_ptr(new SolidColorLayerImpl(tree_impl, id));
32 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
39 SolidColorLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dsolid_color_layer.cc12 LayerTreeImpl* tree_impl) {
13 return SolidColorLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
11 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dsurface_layer_impl.h17 static scoped_ptr<SurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { argument
18 return make_scoped_ptr(new SurfaceLayerImpl(tree_impl, id));
25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
33 SurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dio_surface_layer_impl.h18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, argument
20 return make_scoped_ptr(new IOSurfaceLayerImpl(tree_impl, id));
26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
39 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dnine_patch_layer.cc26 LayerTreeImpl* tree_impl) {
27 return NinePatchLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
25 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dnine_patch_layer_impl.h26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl, argument
28 return make_scoped_ptr(new NinePatchLayerImpl(tree_impl, id));
60 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
71 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dpicture_image_layer_impl.cc14 PictureImageLayerImpl::PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id) argument
15 : PictureLayerImpl(tree_impl, id) {
26 LayerTreeImpl* tree_impl) {
27 return PictureImageLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
25 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dsurface_layer.cc26 scoped_ptr<LayerImpl> SurfaceLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) { argument
27 return SurfaceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
H A Dtiled_layer_impl.h20 static scoped_ptr<TiledLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { argument
21 return make_scoped_ptr(new TiledLayerImpl(tree_impl, id));
25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
53 TiledLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dui_resource_layer_impl.h25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl, argument
27 return make_scoped_ptr(new UIResourceLayerImpl(tree_impl, id));
42 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
55 UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dvideo_layer.cc25 scoped_ptr<LayerImpl> VideoLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) { argument
27 VideoLayerImpl::Create(tree_impl, id(), provider_, video_rotation_);
H A Ddelegated_renderer_layer.cc35 LayerTreeImpl* tree_impl) {
37 tree_impl, layer_id_).PassAs<LayerImpl>();
34 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Ddelegated_renderer_layer_impl.h21 LayerTreeImpl* tree_impl, int id) {
22 return make_scoped_ptr(new DelegatedRendererLayerImpl(tree_impl, id));
27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
57 DelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
20 Create( LayerTreeImpl* tree_impl, int id) argument
H A Dheads_up_display_layer.cc58 LayerTreeImpl* tree_impl) {
59 return HeadsUpDisplayLayerImpl::Create(tree_impl, layer_id_).
57 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dio_surface_layer.cc28 LayerTreeImpl* tree_impl) {
29 return IOSurfaceLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
27 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dpicture_image_layer.cc23 LayerTreeImpl* tree_impl) {
24 return PictureImageLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
22 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dtexture_layer_impl.h20 static scoped_ptr<TextureLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { argument
21 return make_scoped_ptr(new TextureLayerImpl(tree_impl, id));
57 TextureLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dheads_up_display_layer_impl.h31 static scoped_ptr<HeadsUpDisplayLayerImpl> Create(LayerTreeImpl* tree_impl, argument
33 return make_scoped_ptr(new HeadsUpDisplayLayerImpl(tree_impl, id));
37 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
71 HeadsUpDisplayLayerImpl(LayerTreeImpl* tree_impl, int id);
H A Dio_surface_layer_impl.cc20 IOSurfaceLayerImpl::IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id) argument
21 : LayerImpl(tree_impl, id),
40 LayerTreeImpl* tree_impl) {
41 return IOSurfaceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
39 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
/external/chromium_org/cc/test/
H A Dfake_delegated_renderer_layer.cc18 LayerTreeImpl* tree_impl) {
20 tree_impl, layer_id_).PassAs<LayerImpl>();
17 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dfake_delegated_renderer_layer_impl.h15 LayerTreeImpl* tree_impl, int id) {
16 return make_scoped_ptr(new FakeDelegatedRendererLayerImpl(tree_impl, id));
20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
32 FakeDelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
14 Create( LayerTreeImpl* tree_impl, int id) argument
H A Dfake_content_layer_impl.cc9 FakeContentLayerImpl::FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id) argument
10 : TiledLayerImpl(tree_impl, id), lost_output_surface_count_(0) {
16 LayerTreeImpl* tree_impl) {
17 return FakeContentLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
15 CreateLayerImpl( LayerTreeImpl* tree_impl) argument
H A Dfake_content_layer_impl.h16 LayerTreeImpl* tree_impl, int id) {
17 return make_scoped_ptr(new FakeContentLayerImpl(tree_impl, id));
21 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
34 explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
15 Create( LayerTreeImpl* tree_impl, int id) argument
H A Dfake_picture_layer.cc24 LayerTreeImpl* tree_impl) {
25 return FakePictureLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
23 CreateLayerImpl( LayerTreeImpl* tree_impl) argument

Completed in 246 milliseconds

123