Lines Matching full:intrect
570 m_drawingArea->setNeedsDisplay(IntRect(IntPoint(0, 0), viewSize));
576 void WebPage::setActualVisibleContentRect(const IntRect& rect)
642 void WebPage::drawRect(GraphicsContext& graphicsContext, const IntRect& rect)
650 void WebPage::drawPageOverlay(GraphicsContext& graphicsContext, const IntRect& rect)
787 PassRefPtr<WebImage> WebPage::snapshotInViewCoordinates(const IntRect& rect, ImageOptions options)
811 PassRefPtr<WebImage> WebPage::scaledSnapshotInDocumentCoordinates(const IntRect& rect, double scaleFactor, ImageOptions options)
843 PassRefPtr<WebImage> WebPage::snapshotInDocumentCoordinates(const IntRect& rect, ImageOptions options)
1142 m_drawingArea->setNeedsDisplay(IntRect(IntPoint(0, 0), m_viewSize));
1159 m_drawingArea->setNeedsDisplay(IntRect(IntPoint(0, 0), m_viewSize));
1247 IntRect WebPage::windowToScreen(const IntRect& rect)
1249 IntRect screenRect;
1254 IntRect WebPage::windowResizerRect() const
1257 return IntRect();
1265 return IntRect(frameViewSize.width() - m_windowResizerSize.width(), frameViewSize.height() - m_windowResizerSize.height(),
1833 void WebPage::windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates, const WebCore::IntPoint& accessibilityViewCoordinates)
1909 IntRect zoomableArea;
2100 Vector<IntRect> resultPageRects;
2112 resultPageRects.append(IntRect(0, 0, 1, 1));
2118 void WebPage::drawRectToPDF(uint64_t frameID, const WebCore::IntRect& rect, uint64_t callbackID)