Searched refs:restoreState (Results 1 – 6 of 6) sorted by relevance
280 public boolean restoreState(Bundle inState) { in restoreState() method in Network285 return mSslErrorHandler.restoreState(inState); in restoreState()
95 /* package */ synchronized boolean restoreState(Bundle inState) { in restoreState() method in SslErrorHandler
1240 public WebBackForwardList restoreState(Bundle inState) { in restoreState() method in WebView1246 mCertificate = SslCertificate.restoreState( in restoreState()4975 WebViewCore.RestoreState restoreState = draw.mRestoreState;4976 if (restoreState != null) {4980 : restoreState.mTextWrapScale;4981 if (restoreState.mMinScale == 0) {4982 if (restoreState.mMobileSite) {4989 mMinZoomScale = restoreState.mDefaultScale;4997 mMinZoomScale = restoreState.mMinScale;5000 if (restoreState.mMaxScale == 0) {[all …]
994 restoreState(msg.arg1); in transferMessages()1724 private void restoreState(int index) { in restoreState() method in WebViewCore
106 public WebBackForwardList restoreState(Bundle inState) { in restoreState() method in WebView
88 public static SslCertificate restoreState(Bundle bundle) { in restoreState() method in SslCertificate