Home | History | Annotate | Download | only in compositing

Lines Matching refs:clientBox

892     IntRect clientBox = enclosingIntRect(renderBox->clientBoxRect());
895 m_scrollingLayer->setPosition(FloatPoint(clientBox.location() - localCompositingBounds.location() + roundedIntSize(m_owningLayer.subpixelAccumulation())));
896 m_scrollingLayer->setSize(clientBox.size());
899 m_scrollingLayer->setOffsetFromRenderer(-toIntSize(clientBox.location()));
904 m_childClippingMaskLayer->setOffsetFromRenderer(toIntSize(clientBox.location()));
913 IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset);
938 IntRect clientBox = enclosingIntRect(renderBox->clientBoxRect());
942 m_childClippingMaskLayer->setOffsetFromRenderer(toIntSize(clientBox.location()));