Searched refs:Origin (Results 1 - 6 of 6) 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
65 public static class Origin { class in class:WebStorage
71 protected Origin(String origin, long quota, long usage) { method in class:WebStorage.Origin
78 protected Origin(String origin, long quota) { method in class:WebStorage.Origin
84 protected Origin(String origin) { method in class:WebStorage.Origin
140 * a map, of type {@code Map<String, WebStorage.Origin>}, from the string
141 * representation of the origin to a {@link WebStorage.Origin} object.
H A DWebStorageClassic.java52 private Map <String, Origin> mOrigins;
103 Origin website = (Origin) msg.obj;
109 Origin website = (Origin) msg.obj;
132 Origin website = mOrigins.get(origin);
147 Origin website = mOrigins.get(origin);
194 Collection<Origin> getOriginsSync() {
213 Origin website = mOrigins.get(origin);
234 Origin websit
[all...]
H A DWebViewCore.java2128 Collection<WebStorage.Origin> origins = webStorage.getOriginsSync();
2134 for (WebStorage.Origin website : origins) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DZOption.h44 Origin, enumerator in enum:mcld::ZOption::Kind
/frameworks/compile/mclinker/lib/MC/
H A DMCLDOptions.cpp138 case ZOption::Origin:
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp134 Val.setKind(ZOption::Origin);

Completed in 104 milliseconds