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

/external/chromium_org/cc/layers/
H A Dpicture_layer.cc15 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
16 return make_scoped_refptr(new PictureLayer(client));
19 PictureLayer::PictureLayer(ContentLayerClient* client) function in class:cc::PictureLayer
26 PictureLayer::~PictureLayer() {
29 bool PictureLayer::DrawsContent() const {
33 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
37 void PictureLayer
[all...]
H A Dpicture_layer.h19 class CC_EXPORT PictureLayer : public Layer { class in namespace:cc
21 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
39 explicit PictureLayer(ContentLayerClient* client);
40 virtual ~PictureLayer();
53 DISALLOW_COPY_AND_ASSIGN(PictureLayer);

Completed in 92 milliseconds