OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALLOWED
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
x509_cert_types.h
94
// This certificate is
allowed
.
95
ALLOWED
,
113
// Returns true if this policy has
allowed
at least one certificate.
120
// The set of fingerprints of
allowed
certificates.
/frameworks/base/core/java/android/webkit/
GeolocationPermissions.java
82
private static final String
ALLOWED
= "
allowed
";
113
Boolean
allowed
= (Boolean) values.get(
ALLOWED
);
115
callback.onReceiveValue(
allowed
);
146
boolean
allowed
= nativeGetAllowed(origin);
149
retValues.put(
ALLOWED
, Boolean.valueOf(
allowed
));
234
boolean
allowed
= nativeGetAllowed(origin);
235
callback.onReceiveValue(new Boolean(
allowed
));
[
all
...]
Completed in 104 milliseconds