Home | History | Annotate | Download | only in layers

Lines Matching defs:HeadsUpDisplayLayer

15 scoped_refptr<HeadsUpDisplayLayer> HeadsUpDisplayLayer::Create() {
16 return make_scoped_refptr(new HeadsUpDisplayLayer());
19 HeadsUpDisplayLayer::HeadsUpDisplayLayer() {}
21 HeadsUpDisplayLayer::~HeadsUpDisplayLayer() {}
23 void HeadsUpDisplayLayer::PrepareForCalculateDrawProperties(
50 bool HeadsUpDisplayLayer::DrawsContent() const { return true; }
52 scoped_ptr<LayerImpl> HeadsUpDisplayLayer::CreateLayerImpl(