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);
56 explicit ContentLayer(ContentLayerClient* client);
57 virtual ~ContentLayer();
70 DISALLOW_COPY_AND_ASSIGN(ContentLayer);
content_layer.cc 46 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) {
47 return make_scoped_refptr(new ContentLayer(client));
50 ContentLayer::ContentLayer(ContentLayerClient* client)
56 ContentLayer::~ContentLayer() {}
58 bool ContentLayer::DrawsContent() const {
62 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
76 void ContentLayer::SetTexturePriorities
    [all...]

Completed in 216 milliseconds