Lines Matching refs:layer
29 : Layer(),
178 Layer::SetNeedsDisplayRect(dirty_rect);
186 Layer::SetLayerTreeHost(host);
209 Layer::SetLayerTreeHost(host);
213 return (client_ || texture_id_ || holder_ref_) && Layer::DrawsContent();
218 bool updated = Layer::Update(queue, occlusion);
245 // different textures. Such callers notify this layer that the texture has
250 void TextureLayer::PushPropertiesTo(LayerImpl* layer) {
251 Layer::PushPropertiesTo(layer);
253 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer);