Home | History | Annotate | Download | only in webkit

Lines Matching refs:origins

79     private static final String ORIGINS = "origins";
107 Set<String> origins = (Set<String>) values.get(ORIGINS);
109 callback.onReceiveValue(origins);
135 Set origins = nativeGetOrigins();
139 values.put(ORIGINS, origins);
199 * Gets the set of origins for which Geolocation permissions are stored.
200 * Note that we represent the origins as strings. These are created using
202 * (Database, Geolocation etc) do so, it's safe to match up origins based
206 * called asynchronously with the set of origins.
211 Set origins = nativeGetOrigins();
212 callback.onReceiveValue(origins);
265 * Clears the permission state for all origins.