Home | History | Annotate | Download | only in page

Lines Matching full:layer

681     RenderLayer* layer = root->enclosingLayer();
718 layer->updateLayerPositions((m_doFullRepaint ? RenderLayer::DoFullRepaint : 0)
1509 // Take our owner element and get the clip rect from the enclosing layer.
1511 RenderLayer* layer = elt->renderer()->enclosingLayer();
1512 // FIXME: layer should never be null, but sometimes seems to be anyway.
1513 if (!layer)
1516 clipRect.intersect(parentView->windowClipRectForLayer(layer, true));
1520 IntRect FrameView::windowClipRectForLayer(const RenderLayer* layer, bool clipToLayerContents) const
1522 // If we have no layer, just return our window clip rect.
1523 if (!layer)
1526 // Apply the clip from the layer.
1529 clipRect = layer->childrenClipRect();
1531 clipRect = layer->selfClipRect();
1774 contentRenderer->layer()->paint(p, rect, paintBehavior, eltRenderer);
1892 root->layer()->paint(&context, dirtyRect);