Searched refs:copyImageAt (Results 1 – 4 of 4) sorted by relevance
326 virtual void copyImageAt(const WebPoint&) = 0;
208 virtual void copyImageAt(const WebPoint&) OVERRIDE;
3180 void WebViewImpl::copyImageAt(const WebPoint& point) in copyImageAt() function in blink::WebViewImpl
1206 webview()->copyImageAt(WebPoint(x, y)); in OnCopyImageAt()