Home
last modified time | relevance | path

Searched refs:BackForwardList (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java319 return new BackForwardList(history); in copyBackForwardList()
385 return new BackForwardList(history); in saveState()
394 return new BackForwardList(history); in restoreState()
435 private static class BackForwardList extends WebBackForwardList { class in ShadowWebView
438 public BackForwardList(ArrayList<String> history) { in BackForwardList() method in ShadowWebView.BackForwardList
470 return new BackForwardList(history); in clone()