Searched defs:deny (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DGeolocationPermissionRequestProxy.cpp48 void GeolocationPermissionRequestProxy::deny() function in class:WebKit::GeolocationPermissionRequestProxy
/external/qemu/
H A Dacl.h35 int deny; member in struct:qemu_acl_entry
57 int deny,
60 int deny,
H A Dacl.c83 return entry->deny ? 0 : 1;
88 return entry->deny ? 0 : 1;
100 /* Put back to deny by default, so there is no window
114 int deny,
121 entry->deny = deny;
131 int deny,
142 return qemu_acl_append(acl, deny, match);
147 entry->deny = deny;
113 qemu_acl_append(qemu_acl *acl, int deny, const char *match) argument
130 qemu_acl_insert(qemu_acl *acl, int deny, const char *match, int index) argument
[all...]
H A Dmonitor.c1602 acl->defaultDeny ? "deny" : "allow");
1606 entry->deny ? "deny" : "allow",
1621 } else if (strcmp(match, "deny") == 0) {
1623 monitor_printf(mon, "acl: policy set to 'deny'\n");
1625 monitor_printf(mon, "acl: unknown policy '%s', expected 'deny' or 'allow'\n", match);
1628 (strcmp(command, "deny") == 0)) {
1629 int deny = strcmp(command, "deny") == 0 ? 1 : 0; local
1638 ret = qemu_acl_insert(acl, deny, matc
[all...]
/external/webkit/Source/WebKit/win/
H A DWebGeolocationPolicyListener.cpp93 HRESULT STDMETHODCALLTYPE WebGeolocationPolicyListener::deny() function in class:WebGeolocationPolicyListener
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.cpp79 // If we've been told to always deny requests, do so.
414 void GeolocationPermissions::setAlwaysDeny(bool deny) argument
416 s_alwaysDeny = deny;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 125 milliseconds