HomeSort by relevance Sort by last modified time
    Searched refs:scaledSnapshotInDocumentCoordinates (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.cpp 249 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotInDocumentCoordinates(toIntRect(rect), scaleFactor, toImageOptions(options));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 270 PassRefPtr<WebImage> scaledSnapshotInDocumentCoordinates(const WebCore::IntRect&, double scaleFactor, ImageOptions);
WebPage.cpp 811 PassRefPtr<WebImage> WebPage::scaledSnapshotInDocumentCoordinates(const IntRect& rect, double scaleFactor, ImageOptions options)
845 return scaledSnapshotInDocumentCoordinates(rect, 1, options);
    [all...]

Completed in 31 milliseconds