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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.cpp 237 RefPtr<WebImage> webImage = toImpl(pageRef)->snapshotInViewCoordinates(toIntRect(rect), toImageOptions(options));
243 RefPtr<WebImage> webImage = toImpl(pageRef)->snapshotInDocumentCoordinates(toIntRect(rect), toImageOptions(options));
249 RefPtr<WebImage> webImage = toImpl(pageRef)->scaledSnapshotInDocumentCoordinates(toIntRect(rect), scaleFactor, toImageOptions(options));
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 207 inline WebCore::IntRect toIntRect(const WKRect& wkRect)

Completed in 402 milliseconds