Searched refs:WebHistoryItem (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java32 public abstract WebHistoryItem getCurrentItem();
46 public abstract WebHistoryItem getItemAtIndex(int index);
H A DWebHistoryItem.java24 * of a WebView. Each WebHistoryItem is a snapshot of the requested history
28 public abstract class WebHistoryItem implements Cloneable { class in inherits:Cloneable
78 protected abstract WebHistoryItem clone();

Completed in 71 milliseconds