Searched refs:snapshotRect (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/gtk/
H A DWebKitWebPage.cpp344 WebCore::IntRect snapshotRect; local
347 snapshotRect = frameView->visibleContentRect(WebCore::ScrollableArea::ExcludeScrollbars);
350 snapshotRect = WebCore::IntRect(WebCore::IntPoint(0, 0), frameView->contentsSize());
355 if (!snapshotRect.isEmpty())
356 snapshotImage = webPage->scaledSnapshotWithOptions(snapshotRect, 1, snapshotOptions | SnapshotOptionsShareable);

Completed in 135 milliseconds