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

/frameworks/base/core/java/android/webkit/
H A DWebStorage.java30 * Cache API can be attributed to an origin {@link WebStorage.Origin}, however
38 public class WebStorage { class
62 * See {@link WebStorage} for details.
129 * a map, of type {@code Map<String, WebStorage.Origin>}, from the string
130 * representation of the origin to a {@link WebStorage.Origin} object.
191 * @return the singleton {@link WebStorage} instance
193 public static WebStorage getInstance() {
206 public WebStorage() {} method in class:WebStorage

Completed in 71 milliseconds