Home | History | Annotate | Download | only in chromium

Lines Matching refs:contentRect

176 void LayerRendererChromium::setViewport(const IntRect& visibleRect, const IntRect& contentRect, const IntPoint& scrollPosition)
181 m_viewportContentRect = contentRect;
945 IntRect contentRect = (m_currentRenderSurface ? m_currentRenderSurface->m_contentRect : m_defaultRenderSurface->m_contentRect);
949 int scissorX = scissorRect.x() - contentRect.x();
957 scissorY = scissorRect.y() - contentRect.y();