HomeSort by relevance Sort by last modified time
    Searched defs:PictureLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
picture_layer.h 20 class CC_EXPORT PictureLayer : public Layer {
22 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
49 explicit PictureLayer(ContentLayerClient* client);
50 virtual ~PictureLayer();
69 DISALLOW_COPY_AND_ASSIGN(PictureLayer);
picture_layer.cc 15 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
16 return make_scoped_refptr(new PictureLayer(client));
19 PictureLayer::PictureLayer(ContentLayerClient* client)
28 PictureLayer::~PictureLayer() {
31 bool PictureLayer::DrawsContent() const {
35 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
39 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer)
    [all...]

Completed in 729 milliseconds