Home | History | Annotate | Download | only in WebPage

Lines Matching refs:WebImage

60 #include "WebImage.h"
787 PassRefPtr<WebImage> WebPage::snapshotInViewCoordinates(const IntRect& rect, ImageOptions options)
798 RefPtr<WebImage> snapshot = WebImage::create(rect.size(), options);
811 PassRefPtr<WebImage> WebPage::scaledSnapshotInDocumentCoordinates(const IntRect& rect, double scaleFactor, ImageOptions options)
827 RefPtr<WebImage> snapshot = WebImage::create(size, options);
843 PassRefPtr<WebImage> WebPage::snapshotInDocumentCoordinates(const IntRect& rect, ImageOptions options)