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

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java103 public boolean restorePicture(Bundle b, File src); method in interface:WebViewProvider
H A DWebView.java756 public boolean restorePicture(Bundle b, File src) { method in class:WebView
758 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "restorePicture=" + src.getName());
759 return mProvider.restorePicture(b, src);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java475 public boolean restorePicture(Bundle b, File src) { method in class:WebViewChromium

Completed in 36 milliseconds