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

/external/chromium_org/cc/layers/
H A Dcontent_layer.h37 class CC_EXPORT ContentLayer : public TiledLayer { class in namespace:cc
39 static scoped_refptr<ContentLayer> Create(ContentLayerClient* client);
56 explicit ContentLayer(ContentLayerClient* client);
57 virtual ~ContentLayer();
70 DISALLOW_COPY_AND_ASSIGN(ContentLayer);
H A Dcontent_layer.cc46 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) {
47 return make_scoped_refptr(new ContentLayer(client));
50 ContentLayer::ContentLayer(ContentLayerClient* client) function in class:cc::ContentLayer
56 ContentLayer::~ContentLayer() {}
58 bool ContentLayer::DrawsContent() const {
62 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
76 void ContentLayer
[all...]

Completed in 168 milliseconds