Searched refs:newWebView (Results 1 – 1 of 1) sorted by relevance
2044 final WebView newWebView = new WebView(mContext); in testSaveAndRestoreState() local2046 WebBackForwardList copyListBeforeRestore = newWebView.copyBackForwardList(); in testSaveAndRestoreState()2051 final WebBackForwardList restoreList = newWebView.restoreState(bundle); in testSaveAndRestoreState()2069 WebBackForwardList copyListAfterRestore = newWebView.copyBackForwardList(); in testSaveAndRestoreState()2077 newWebView.destroy(); in testSaveAndRestoreState()