Lines Matching full:layer
645 block->layer()->updateScrollInfoAfterLayout();
657 layer()->updateScrollInfoAfterLayout();
745 layer()->setHasHorizontalScrollbar(true);
747 layer()->setHasVerticalScrollbar(true);
832 layer()->subtractScrolledContentOffset(x, y);
881 child->layer()->setStaticX(borderLeft() + paddingLeft());
883 child->layer()->setStaticX(borderRight() + paddingRight());
902 RenderLayer* childLayer = child->layer();
904 child->layer()->setStaticY(y);
1527 // Only repaint the object if it is overhanging, is not in its own layer, and
1566 layer()->paintOverflowControls(paintInfo.context, tx, ty, paintInfo.rect);
1743 // Adjust our painting position if we're inside a scrolled layer (e.g., an overflow:auto div).s
1747 layer()->subtractScrolledContentOffset(scrolledX, scrolledY);
1859 // We can't make this work if the inline is in a layer. We'll just rely on the broken
1861 ASSERT(!flow->layer() && !flow->isInlineContinuation());
1964 layer()->subtractScrolledContentOffset(x, y);
1982 if (RenderLayer* layer = enclosingLayer()) {
1986 gapRectsBounds = localToContainerQuad(localBounds, layer->renderer()).enclosingBoundingBox();
1988 layer->addBlockSelectionGapsBounds(gapRectsBounds);
2129 IntSize relOffset = curr->layer()->relativePositionOffset();
2359 newObj->m_shouldPaint = !o->hasSelfPaintingLayer(); // If a layer exists, the float will paint itself. Otherwise someone else will.
2681 // FIXME: Come up with a way to use the layer tree to avoid visiting all the kids.
2775 // FIXME: Come up with a way to use the layer
2872 // FIXME: Come up with a way to use the layer tree to avoid visiting all the kids.
3104 // The nearest enclosing layer always paints the float (so that zindex and stacking
3107 // if we hit a self-painting layer boundary.
3123 // paint it (the other case is that it is intruding into the child), unless it has its own layer or enclosing
3124 // layer.
3282 return layer()->hitTestOverflowControls(result, IntPoint(_x - _tx, _y - _ty));
3312 layer()->subtractScrolledContentOffset(scrolledX, scrolledY);
3588 layer()->addScrolledContentOffset(tx, ty);
3923 if (layer() && layer()->marquee() && layer()->marquee()->isHorizontal())
4481 int baselinePos = (layer() && (layer()->marquee() || layer()->verticalScrollbar() || layer()->scrollYOffset() != 0)) ? -1 : lastLineBoxBaseline();
5097 if (box->layer())