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

/external/chromium_org/cc/layers/
H A Dpicture_layer.h20 class CC_EXPORT PictureLayer : public Layer { class in namespace:cc
22 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
48 explicit PictureLayer(ContentLayerClient* client);
49 virtual ~PictureLayer();
69 DISALLOW_COPY_AND_ASSIGN(PictureLayer);
H A Dpicture_layer.cc16 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
17 return make_scoped_refptr(new PictureLayer(client));
20 PictureLayer::PictureLayer(ContentLayerClient* client) function in class:cc::PictureLayer
28 PictureLayer::~PictureLayer() {
31 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
35 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer) {
59 void PictureLayer
[all...]

Completed in 67 milliseconds