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

  /external/chromium_org/cc/layers/
content_layer.h 37 class CC_EXPORT ContentLayer : public TiledLayer {
39 static scoped_refptr<ContentLayer> Create(ContentLayerClient* client);
60 explicit ContentLayer(ContentLayerClient* client);
61 virtual ~ContentLayer();
76 DISALLOW_COPY_AND_ASSIGN(ContentLayer);
content_layer.cc 36 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) {
37 return make_scoped_refptr(new ContentLayer(client));
40 ContentLayer::ContentLayer(ContentLayerClient* client)
46 ContentLayer::~ContentLayer() {}
48 bool ContentLayer::DrawsContent() const {
52 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
66 void ContentLayer::SetTexturePriorities
    [all...]

Completed in 744 milliseconds