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

/frameworks/base/core/java/android/webkit/
H A DWebStorage.java28 * Cache API can be attributed to an origin {@link WebStorage.Origin}, however
36 public class WebStorage { class
63 * See {@link WebStorage} for details.
140 * a map, of type {@code Map<String, WebStorage.Origin>}, from the string
141 * representation of the origin to a {@link WebStorage.Origin} object.
200 * @return the singleton {@link WebStorage} instance
202 public static WebStorage getInstance() {
214 public WebStorage() {} method in class:WebStorage

Completed in 278 milliseconds