Lines Matching full:layer
190 // Our layer should have been destroyed and cleared by now
210 // RenderObject::destroy calls back to destroyLayer() for layer destruction
224 s_layerWasSelfPainting = layer()->isSelfPaintingLayer();
233 layer()->repaintIncludingDescendants();
235 layer()->clearClipRectsIncludingDescendants();
241 // When a layout hint happens, we go ahead and do a repaint of the layer, since the layer could
251 layer()->repaintIncludingDescendants();
253 // If we don't have a layer yet, but we are going to get one because of transform or opacity,
262 layer()->dirtyStackingContextZOrderLists();
264 layer()->dirtyZOrderLists();
277 if (!layer()) {
286 } else if (layer() && layer()->parent()) {
294 if (layer()) {
295 layer()->styleChanged(diff, oldStyle);
296 if (s_hadLayer && layer()->isSelfPaintingLayer() != s_layerWasSelfPainting)
482 layer()->subtractScrolledContentOffset(tx, ty);
483 w = bLeft + layer()->scrollWidth() + bRight;
484 h = borderTop() + layer()->scrollHeight() + borderBottom();