Searched defs:savePicture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java104 public boolean savePicture(Bundle b, final File dest); method in interface:WebViewProvider
H A DWebView.java784 public boolean savePicture(Bundle b, final File dest) { method in class:WebView
786 if (TRACE) Log.d(LOGTAG, "savePicture=" + dest.getName());
787 return mProvider.savePicture(b, dest);
791 * Restores the display data that was saved in {@link #savePicture}. Used in
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java538 public boolean savePicture(Bundle b, File dest) { method in class:WebViewChromium

Completed in 19 milliseconds