OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIGINS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/webkit/
GeolocationPermissions.java
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 usin
211
Set
origins
= nativeGetOrigins();
local
[
all
...]
WebStorage.java
67
private static final String
ORIGINS
= "
origins
";
142
Map
origins
= (Map) values.get(
ORIGINS
);
144
callback.onReceiveValue(
origins
);
192
Map
origins
= new HashMap(mOrigins);
195
values.put(
ORIGINS
,
origins
);
251
* Returns a list of
origins
having a database. The Map is of type
266
* Returns a list of
origins
having a databas
[
all
...]
Completed in 22 milliseconds