Home | History | Annotate | Download | only in webkit

Lines Matching defs:origins

47     private static final String ORIGINS = "origins";
75 Set<String> origins = (Set<String>) values.get(ORIGINS);
77 callback.onReceiveValue(origins);
103 Set origins = nativeGetOrigins();
107 values.put(ORIGINS, origins);
166 // Note that we represent the origins as strings. These are created using
168 // (Database, Geolocation etc) do so, it's safe to match up origins based
174 Set origins = nativeGetOrigins();
175 callback.onReceiveValue(origins);