Searched defs:allow (Results 1 - 20 of 20) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAllowParser.java45 * @param allow the header to parse
47 public AllowParser(String allow) { argument
48 super(allow);
73 Allow allow = new Allow();
74 allow.setHeaderName(SIPHeaderNames.ALLOW);
79 allow.setMethod(token.getTokenValue());
81 list.add(allow);
87 allow = new Allow();
90 allow.setMethod(token.getTokenValue());
92 list.add(allow);
[all...]
/external/webkit/WebKit/win/
H A DWebGeolocationPolicyListener.cpp87 HRESULT STDMETHODCALLTYPE WebGeolocationPolicyListener::allow() function in class:WebGeolocationPolicyListener
/external/webkit/WebCore/bindings/v8/
H A DDateExtension.cpp76 void DateExtension::setAllowSleep(bool allow) argument
91 argv[0] = v8::String::New(allow ? "false" : "true");
/external/webkit/WebKit/android/jni/
H A DGeolocationPermissionsBridge.cpp72 static void allow(JNIEnv* env, jobject obj, jstring origin) function in namespace:android
75 GeolocationPermissions::allow(originString);
94 (void*) allow },
H A DWebViewCore.cpp3024 static void GeolocationPermissionsProvide(JNIEnv* env, jobject obj, jstring origin, jboolean allow, jboolean remember) { argument
3029 chromeClient->provideGeolocationPermissions(to_string(env, origin), allow, remember); local
/external/apache-http/src/org/apache/http/client/params/
H A DClientParamBean.java68 public void setAllowCircularRedirects (final boolean allow) { argument
69 params.setBooleanParameter(ClientPNames.ALLOW_CIRCULAR_REDIRECTS, allow);
/external/protobuf/src/google/protobuf/
H A Dtext_format.h233 void AllowPartialMessage(bool allow) { argument
234 allow_partial_ = allow;
/external/webkit/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.h81 // permission is specified by 'allow' and applied to 'origin'. If
86 void providePermissionState(WebCore::String origin, bool allow, bool remember);
104 static void allow(WebCore::String origin);
121 void recordPermissionState(WebCore::String origin, bool allow, bool remember);
124 void makeAsynchronousCallbackToGeolocation(WebCore::String origin, bool allow);
131 void maybeCallbackFrames(WebCore::String origin, bool allow);
166 bool allow; member in struct:android::GeolocationPermissions::CallbackData
H A DGeolocationPermissions.cpp90 bool allow = iter->second; local
91 makeAsynchronousCallbackToGeolocation(originString, allow);
99 bool allow = iter->second; local
100 makeAsynchronousCallbackToGeolocation(originString, allow);
157 void GeolocationPermissions::makeAsynchronousCallbackToGeolocation(String origin, bool allow) argument
160 m_callbackData.allow = allow;
164 void GeolocationPermissions::providePermissionState(String origin, bool allow, bool remember) argument
176 maybeCallbackFrames(origin, allow);
177 recordPermissionState(origin, allow, remembe
195 recordPermissionState(String origin, bool allow, bool remember) argument
228 bool allow = iter->second; local
262 maybeCallbackFrames(String origin, bool allow) argument
310 void GeolocationPermissions::allow(String origin) function in class:android::GeolocationPermissions
[all...]
H A DChromeClientAndroid.cpp142 // The old behavior was to always allow javascript to focus a window. If we
340 * (which may be equal to the old quota if the user did not allow more quota) when this function returns. As
470 void ChromeClientAndroid::provideGeolocationPermissions(const String &origin, bool allow, bool remember) argument
473 m_geolocationPermissions->providePermissionState(origin, allow, remember);
/external/dbus/bus/
H A Dpolicy.h52 unsigned int allow : 1; /**< #TRUE if this allows, #FALSE if it denies */ member in struct:BusPolicyRule
105 dbus_bool_t allow);
H A Dpolicy.c34 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
33 bus_policy_rule_new(BusPolicyRuleType type, dbus_bool_t allow) argument
[all...]
H A Dconfig-parser.c158 return "allow";
1087 dbus_bool_t allow,
1327 rule = bus_policy_rule_new (BUS_POLICY_RULE_SEND, allow);
1403 rule = bus_policy_rule_new (BUS_POLICY_RULE_RECEIVE, allow);
1433 rule = bus_policy_rule_new (BUS_POLICY_RULE_OWN, allow);
1448 rule = bus_policy_rule_new (BUS_POLICY_RULE_USER, allow);
1463 rule = bus_policy_rule_new (BUS_POLICY_RULE_USER, allow);
1480 rule = bus_policy_rule_new (BUS_POLICY_RULE_GROUP, allow);
1495 rule = bus_policy_rule_new (BUS_POLICY_RULE_GROUP, allow);
1509 _dbus_assert_not_reached ("Did not handle some combination of attributes on <allow> o
1083 append_rule_from_element(BusConfigParser *parser, const char *element_name, const char **attribute_names, const char **attribute_values, dbus_bool_t allow, DBusError *error) argument
[all...]
/external/chromium/net/socket/
H A Dsocket_test_util.h166 void allow_unconsumed_reads(bool allow) { allow_unconsumed_reads_ = allow; } argument
/external/webkit/WebKit/chromium/src/
H A DWebSettingsImpl.cpp178 void WebSettingsImpl::setAllowScriptsToCloseWindows(bool allow) argument
180 m_settings->setAllowScriptsToCloseWindows(allow);
234 void WebSettingsImpl::setAllowUniversalAccessFromFileURLs(bool allow) argument
236 m_settings->setAllowUniversalAccessFromFileURLs(allow);
/external/chromium/base/
H A Dcondition_variable_unittest.cc107 void SetAllowHelp(bool allow);
202 // Wait a bit more to allow threads to reach their wait state.
277 // Wait to allow the all workers to get done.
310 // Wait to allow the 3 workers to get done.
329 // Wait to allow the 3 workers to get done.
348 // Wait to allow the 10 workers to get done.
367 // Wait to allow the 10 workers to get done.
402 // Wait a bit more to allow threads to reach their wait state.
664 void WorkQueue::SetAllowHelp(bool allow) { argument
665 allow_help_requests_ = allow;
[all...]
/external/dbus/dbus/
H A Ddbus-transport.c563 * done, for example they may allow connection as any identity,
576 dbus_bool_t allow; local
590 allow = (* unix_user_function) (connection,
597 if (allow)
/external/libxml2/
H A Dcatalog.c3500 * @allow: what catalogs should be accepted
3506 xmlCatalogSetDefaults(xmlCatalogAllow allow) { argument
3508 switch (allow) {
3527 xmlCatalogDefaultAllow = allow;
H A Dparser.c176 * arbitrary depth limit for the XML documents that we allow to
1444 maxatts = 55; /* allow for 10 attrs by default */
4853 xmlCatalogAllow allow = xmlCatalogGetDefaults(); local
4854 if ((allow == XML_CATA_ALLOW_DOCUMENT) ||
4855 (allow == XML_CATA_ALLOW_ALL))
8012 maxatts = 22; /* allow for 10 attrs by default */
9507 * In practice allow [0-9].[0-9]+ at that level
11530 * To allow content encoding detection, @size should be >= 4
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.cpp1483 void LayoutTestController::setGeolocationPermission(bool allow) argument
1486 m_geolocationPermission = allow;

Completed in 237 milliseconds