Searched defs:FakePictureLayerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_picture_layer_impl.cc13 FakePictureLayerImpl::FakePictureLayerImpl(LayerTreeImpl* tree_impl, function in class:cc::FakePictureLayerImpl
27 FakePictureLayerImpl::FakePictureLayerImpl(LayerTreeImpl* tree_impl, function in class:cc::FakePictureLayerImpl
42 FakePictureLayerImpl::FakePictureLayerImpl(LayerTreeImpl* tree_impl, int id) function in class:cc::FakePictureLayerImpl
51 scoped_ptr<LayerImpl> FakePictureLayerImpl::CreateLayerImpl(
54 new FakePictureLayerImpl(tree_impl, id())).PassAs<LayerImpl>();
57 void FakePictureLayerImpl::AppendQuads(
66 gfx::Size FakePictureLayerImpl
[all...]
H A Dfake_picture_layer_impl.h13 class FakePictureLayerImpl : public PictureLayerImpl { class in namespace:cc
15 static scoped_ptr<FakePictureLayerImpl> Create(
17 return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id));
21 static scoped_ptr<FakePictureLayerImpl> CreateWithPile(
23 return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id, pile));
27 static scoped_ptr<FakePictureLayerImpl> CreateWithPartialPile(
33 new FakePictureLayerImpl(tree_impl, id, pile, layer_bounds));
122 FakePictureLayerImpl(
126 FakePictureLayerImpl(LayerTreeImpl* tree_impl,
130 FakePictureLayerImpl(LayerTreeImp
[all...]

Completed in 611 milliseconds