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

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

Completed in 139 milliseconds