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.cc 15 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) {
16 return make_scoped_refptr(new PictureLayer(client));
19 PictureLayer::PictureLayer(ContentLayerClient* client)
26 PictureLayer::~PictureLayer() {
29 bool PictureLayer::DrawsContent() const {
33 scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
37 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer)
    [all...]
picture_layer.h 19 class CC_EXPORT PictureLayer : public Layer {
21 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
39 explicit PictureLayer(ContentLayerClient* client);
40 virtual ~PictureLayer();
53 DISALLOW_COPY_AND_ASSIGN(PictureLayer);

Completed in 65 milliseconds