Lines Matching defs:ContentLayer
52 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) {
53 return make_scoped_refptr(new ContentLayer(client));
56 ContentLayer::ContentLayer(ContentLayerClient* client)
62 ContentLayer::~ContentLayer() {}
64 bool ContentLayer::DrawsContent() const {
68 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
82 void ContentLayer::SetTexturePriorities(
90 bool ContentLayer::Update(ResourceUpdateQueue* queue,
104 bool ContentLayer::NeedMoreUpdates() {
108 LayerUpdater* ContentLayer::Updater() const {
112 void ContentLayer::CreateUpdaterIfNeeded() {
134 void ContentLayer::SetContentsOpaque(bool opaque) {
140 void ContentLayer::UpdateCanUseLCDText() {
149 bool ContentLayer::SupportsLCDText() const {
153 skia::RefPtr<SkPicture> ContentLayer::GetPicture() const {
168 void ContentLayer::OnOutputSurfaceCreated() {