Home
last modified time | relevance | path

Searched refs:copyImageAt (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebView.h326 virtual void copyImageAt(const WebPoint&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h208 virtual void copyImageAt(const WebPoint&) OVERRIDE;
DWebViewImpl.cpp3180 void WebViewImpl::copyImageAt(const WebPoint& point) in copyImageAt() function in blink::WebViewImpl
/external/chromium_org/content/renderer/
Drender_view_impl.cc1206 webview()->copyImageAt(WebPoint(x, y)); in OnCopyImageAt()