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

  /external/chromium_org/cc/layers/
surface_layer.cc 11 scoped_refptr<SurfaceLayer> SurfaceLayer::Create() {
12 return make_scoped_refptr(new SurfaceLayer);
15 SurfaceLayer::SurfaceLayer() : Layer() {
18 SurfaceLayer::~SurfaceLayer() {}
20 void SurfaceLayer::SetSurfaceId(SurfaceId surface_id) {
25 scoped_ptr<LayerImpl> SurfaceLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
29 bool SurfaceLayer::DrawsContent() const
    [all...]
surface_layer.h 16 class CC_EXPORT SurfaceLayer : public Layer {
18 static scoped_refptr<SurfaceLayer> Create();
29 SurfaceLayer();
32 virtual ~SurfaceLayer();
36 DISALLOW_COPY_AND_ASSIGN(SurfaceLayer);

Completed in 547 milliseconds