Searched refs:restorePicture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java100 public boolean restorePicture(Bundle b, File src); method in interface:WebViewProvider
H A DWebView.java680 * called. See {@link #savePicture} and {@link #restorePicture} for saving
687 * @see #restorePicture
720 public boolean restorePicture(Bundle b, File src) { method in class:WebView
722 return mProvider.restorePicture(b, src);
733 * #restorePicture} for saving and restoring the display data.
738 * @see #restorePicture
H A DWebViewClassic.java2301 * See {@link WebView#restorePicture(Bundle, File)};
2305 public boolean restorePicture(Bundle b, File src) { method in class:WebViewClassic

Completed in 69 milliseconds