HomeSort by relevance Sort by last modified time
    Searched refs:allow (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/dbus/test/data/valid-config-files/
entities.conf 12 <allow user="*"/>
  /external/webkit/WebCore/bindings/v8/
V8Utilities.h 94 AllowAllocation allow;
102 AllowAllocation allow;
110 AllowAllocation allow;
DateExtension.cpp 76 void DateExtension::setAllowSleep(bool allow)
91 argv[0] = v8::String::New(allow ? "false" : "true");
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 95 private void handleButtonClick(boolean allow) {
102 allow ? R.string.geolocation_permissions_prompt_toast_allowed :
109 mCallback.invoke(mOrigin, allow, remember);
  /external/webkit/WebKit/chromium/src/
WebSettingsImpl.cpp 178 void WebSettingsImpl::setAllowScriptsToCloseWindows(bool allow)
180 m_settings->setAllowScriptsToCloseWindows(allow);
234 void WebSettingsImpl::setAllowUniversalAccessFromFileURLs(bool allow)
236 m_settings->setAllowUniversalAccessFromFileURLs(allow);
  /external/clearsilver/csharp/
README 35 - allow registration of upload callbacks and data-formatters from C#
  /external/dbus/bus/
policy.h 52 unsigned int allow : 1; /**< #TRUE if this allows, #FALSE if it denies */ member in struct:BusPolicyRule
105 dbus_bool_t allow);
policy.c 34 dbus_bool_t allow)
44 rule->allow = allow;
57 /* allow rules default to TRUE (only requested replies allowed)
60 rule->d.send.requested_reply = rule->allow;
64 /* allow rules default to TRUE (only requested replies allowed)
67 rule->d.receive.requested_reply = rule->allow;
433 allowed = rule->allow;
768 * <allow send_interface="foo.bar"/>
771 * (for example) the deny will always override the allow. So w
    [all...]
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
90 # KeepAlive: Whether or not to allow persistent connections (more than
96 # MaxKeepAliveRequests: The maximum number of requests to allow
97 # during a persistent connection. Set to 0 to allow an unlimited amount.
285 Order allow,deny
286 Allow from all
307 Order allow,deny
317 Order allow,deny
323 Order allow,deny
627 # Order deny,allow
    [all...]
apache2-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
90 # KeepAlive: Whether or not to allow persistent connections (more than
96 # MaxKeepAliveRequests: The maximum number of requests to allow
97 # during a persistent connection. Set to 0 to allow an unlimited amount.
310 Order allow,deny
311 Allow from all
332 Order allow,deny
342 Order allow,deny
348 Order allow,deny
652 # Order deny,allow
    [all...]
cygwin-httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
108 # KeepAlive: Whether or not to allow persistent connections (more than
114 # MaxKeepAliveRequests: The maximum number of requests to allow
115 # during a persistent connection. Set to 0 to allow an unlimited amount.
344 Order allow,deny
345 Allow from all
366 Order allow,deny
376 Order allow,deny
382 Order allow,deny
686 # Order deny,allow
    [all...]
fedora-httpd.conf 21 # 3. Settings for virtual hosts, which allow Web requests to be sent to
85 # KeepAlive: Whether or not to allow persistent connections (more than
91 # MaxKeepAliveRequests: The maximum number of requests to allow
92 # during a persistent connection. Set to 0 to allow an unlimited amount.
295 # Note that from this point forward you must specifically allow
330 Order allow,deny
331 Allow from all
344 # Order allow,deny
345 # Allow from all
348 # Order deny,allow
    [all...]
httpd.conf 29 # 3. Settings for virtual hosts, which allow Web requests to be sent to
108 # KeepAlive: Whether or not to allow persistent connections (more than
114 # MaxKeepAliveRequests: The maximum number of requests to allow
115 # during a persistent connection. Set to 0 to allow an unlimited amount.
347 Order allow,deny
348 Allow from all
369 Order allow,deny
379 Order allow,deny
385 Order allow,deny
689 # Order deny,allow
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebDocumentInternal.h 58 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow;
  /external/webkit/WebKit/win/
WebGeolocationPolicyListener.cpp 87 HRESULT STDMETHODCALLTYPE WebGeolocationPolicyListener::allow() function in class:WebGeolocationPolicyListener
  /external/protobuf/src/google/protobuf/
text_format.h 233 void AllowPartialMessage(bool allow) {
234 allow_partial_ = allow;
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 19 // Yield to allow for the error callback to be invoked. The timer
permission-denied-stops-watches.js 25 // yield to allow a chance for the success callback to be invoked.
  /external/v8/test/mjsunit/bugs/
bug-222.js 36 // Don't allow arguments to be overwritten.
40 // Don't allow arguments to be deleted.
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 148 void provideGeolocationPermissions(const String &origin, bool allow, bool remember);
  /frameworks/base/libs/utils/
RefBase.cpp 427 bool allow; local
433 allow = (impl->mFlags&OBJECT_LIFETIME_WEAK) != OBJECT_LIFETIME_WEAK
440 allow = (impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_WEAK
443 if (!allow) {
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /external/v8/test/mjsunit/compiler/
jsnatives.js 28 // Flags: --allow-natives-syntax
  /external/v8/test/mjsunit/
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
  /frameworks/base/core/java/android/webkit/
GeolocationPermissions.java 31 * WebView. For example, it could be used to allow a user to manage Geolocation
53 public void invoke(String origin, boolean allow, boolean remember);
72 static final int ALLOW = 3;
155 case ALLOW:
259 public void allow(String origin) { method in class:GeolocationPermissions
261 postMessage(Message.obtain(null, ALLOW, origin));

Completed in 563 milliseconds

12 3 4 5 6