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

/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java26 * of a WebView. Each WebHistoryItem is a snapshot of the requested history
30 public class WebHistoryItem implements Cloneable { class in inherits:Cloneable
35 // A point to a native WebHistoryItem instance which contains the actual data
54 private WebHistoryItem(int nativeBridge) { method in class:WebHistoryItem
55 synchronized (WebHistoryItem.class) {
70 * Construct a new WebHistoryItem with initial flattened data.
73 /*package*/ WebHistoryItem(byte[] data) { method in class:WebHistoryItem
75 synchronized (WebHistoryItem.class) {
81 * Construct a clone of a WebHistoryItem from the given item.
84 private WebHistoryItem(WebHistoryIte method in class:WebHistoryItem
[all...]

Completed in 44 milliseconds