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

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java1704 private RestoreState mRestoreState = null;
1706 static class RestoreState { class in class:WebViewCore
1726 RestoreState mRestoreState; // only non-null if it is for the first
2099 RestoreState restoreState = new RestoreState();
2129 mRestoreState = new RestoreState();

Completed in 42 milliseconds