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

/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java23 * of a WebView. Each WebHistoryItem is a snapshot of the requested history
27 public class WebHistoryItem implements Cloneable { class in inherits:Cloneable
51 private WebHistoryItem() { method in class:WebHistoryItem
52 synchronized (WebHistoryItem.class) {
58 * Construct a new WebHistoryItem with initial flattened data.
61 /*package*/ WebHistoryItem(byte[] data) { method in class:WebHistoryItem
64 synchronized (WebHistoryItem.class) {
70 * Construct a clone of a WebHistoryItem from the given item.
73 private WebHistoryItem(WebHistoryItem ite method in class:WebHistoryItem
[all...]

Completed in 55 milliseconds