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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h324 virtual void copyImageAt(const WebPoint&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h223 virtual void copyImageAt(const WebPoint&) OVERRIDE;
H A DWebViewImpl.cpp3399 void WebViewImpl::copyImageAt(const WebPoint& point) function in class:WebViewImpl
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc498 GetWebView()->copyImageAt(blink::WebPoint(x, y));
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp262 webView->copyImageAt(WebPoint(50, 50));
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1455 webview()->copyImageAt(WebPoint(x, y));

Completed in 174 milliseconds