HomeSort by relevance Sort by last modified time
    Searched refs:allowed (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/webkit/WebKit/mac/Plugins/
WebNetscapeContainerCheckPrivate.h 43 typedef uint32 (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context);
47 uint32 WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context);
WebNetscapeContainerCheckContextInfo.h 39 - (id)initWithCheckRequestID:(uint32)checkRequestID callbackFunc:(void (*)(NPP npp, uint32 checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
WebNetscapeContainerCheckContextInfo.mm 32 - (id)initWithCheckRequestID:(uint32)checkRequestID callbackFunc:(void (*)(NPP npp, uint32 checkID, NPBool allowed, void* context))callbackFunc context:(void*)context
  /external/v8/src/
allocation.h 35 // A class that controls whether allocation is allowed. This is for
40 explicit inline NativeAllocationChecker(NativeAllocationAllowed allowed)
41 : allowed_(allowed) {
43 if (allowed == DISALLOW) {
  /external/dbus/bus/
policy.c 57 /* allow rules default to TRUE (only requested replies allowed)
64 /* allow rules default to TRUE (only requested replies allowed)
387 dbus_bool_t allowed; local
389 allowed = def;
433 allowed = rule->allow;
436 return allowed;
444 dbus_bool_t allowed; local
458 allowed = uid == _dbus_getuid ();
460 allowed = list_allows_user (allowed,
861 dbus_bool_t allowed; local
1029 dbus_bool_t allowed; local
1209 dbus_bool_t allowed; local
    [all...]
  /dalvik/tools/
gclog.py 79 # [35-24] Allowed size (current hard max)
84 allowed = unfloat12((value >> 24) & 0xfff)
88 return ( freed, footprint, allowed, objs, bytes )
102 # [35-24] Allowed size (current hard max)
107 allowed = unfloat12((value >> 24) & 0xfff)
111 return ( soft_limit, actual, allowed, objs, bytes )
  /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, new Boolean(allowed));
234 boolean allowed = nativeGetAllowed(origin);
235 callback.onReceiveValue(new Boolean(allowed));
    [all...]
  /frameworks/base/cmds/servicemanager/
service_manager.c 29 } allowed[] = { variable in typeref:struct:__anon8797
83 for (n = 0; n < sizeof(allowed) / sizeof(allowed[0]); n++)
84 if ((uid == allowed[n].uid) && str16eq(name, allowed[n].name))
  /external/webkit/WebKitTools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.cpp 128 bool allowed = ::gLayoutTestController->checkDesktopNotificationPermission(jsOrigin); local
130 if (allowed)
UIDelegate.cpp 382 /* [retval][out] */ BOOL *allowed)
384 if (!allowed)
386 *allowed = false;
  /external/webkit/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 52 HRESULT inApplicationChromeMode([out, retval] BOOL *allowed);
53 HRESULT setApplicationChromeMode([in] BOOL allowed);
IWebPreferences.idl 172 HRESULT allowContinuousSpellChecking([out, retval] BOOL *allowed);
173 HRESULT setAllowContinuousSpellChecking([in] BOOL allowed);
175 HRESULT isDOMPasteAllowed([out, retval] BOOL *allowed);
176 HRESULT setDOMPasteAllowed([in] BOOL allowed);
  /frameworks/base/core/java/android/view/
WindowOrientationListener.java 111 public void setAllow180Rotation(boolean allowed) {
113 mSensorEventListener.setAllow180Rotation(allowed);
189 // but that is no longer allowed.
285 void setAllow180Rotation(boolean allowed) {
286 mAllow180Rotation = allowed;
LayoutInflater.java 87 * Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed
94 * that are allowed to be inflated.
98 * @return True if this class is allowed to be inflated, or false otherwise
242 * that are allowed to be inflated.
250 * which is not allowed by the {@link Filter}, the {@link #inflate(int, ViewGroup)} call will
254 * @param filter The Filter which restricts the set of Views that are allowed to be inflated.
475 boolean allowed = mFilter.onLoadClass(clazz);
476 if (!allowed) {
488 // New class -- remember whether it is allowed
492 boolean allowed = clazz != null && mFilter.onLoadClass(clazz)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 453 public void onReceiveValue(Boolean allowed) {
454 if (allowed != null) {
455 if (allowed.booleanValue()) {
488 public void onReceiveValue(Boolean allowed) {
489 if (allowed != null) {
490 if (allowed.booleanValue()) {
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 290 bool allowed = false; local
294 allowed = iter->second;
295 return allowed;
  /frameworks/base/core/java/android/text/util/
Linkify.java 144 * what is allowed to match and become a link, and what is not.
370 boolean allowed = true;
373 allowed = matchFilter.acceptMatch(s, start, end);
376 if (allowed) {
  /dalvik/vm/analysis/
Optimize.c 457 /* access allowed? */
459 bool allowed = dvmCheckClassAccess(referrer, resClass); local
461 if (!allowed) {
527 /* access allowed? */
529 bool allowed = dvmCheckFieldAccess(referrer, (Field*)resField); local
531 if (!allowed) {
603 /* access allowed? */
605 bool allowed = dvmCheckFieldAccess(referrer, (Field*)resField); local
607 if (!allowed) {
824 /* access allowed? *
826 bool allowed = dvmCheckMethodAccess(referrer, resMethod); local
    [all...]
  /external/chromium/base/
message_loop.cc 294 void MessageLoop::SetNestableTasksAllowed(bool allowed) {
295 if (nestable_tasks_allowed_ != allowed) {
296 nestable_tasks_allowed_ = allowed;
message_loop.h 223 void SetNestableTasksAllowed(bool allowed);
  /external/v8/test/mjsunit/
try-catch-scopes.js 30 // as local variables and they should be allowed to nest.
override-read-only-property.js 29 // allowed to override read-only properties, not even if the read-only
date-parse.js 110 // apparently allowed in most places where white
111 // space is allowed.
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 43 jboolean allowed = env->CallBooleanMethod(gIDCache.runtimeInstance, local
45 if (!allowed) {
  /external/chromium/net/third_party/nss/ssl/
sslcon.c 152 /* bit-masks, showing which SSLv2 suites are allowed.
182 unsigned int allowed; local
193 allowed = !ss->opt.enableSSL2 ? 0 :
195 while (allowed) {
196 if (allowed & 1)
198 allowed >>= 1;
229 allowed = !ss->opt.enableSSL2 ? 0 :
233 int ok = allowed & (1U << hs[0]);
262 unsigned int allowed; local
272 allowed = ss->allowedByPolicy & ss->chosenPreference
1591 PRUint16 allowed; \/* cipher kinds enabled and allowed by policy *\/ local
1849 unsigned int allowed = ss->allowedByPolicy & ss->chosenPreference & local
    [all...]

Completed in 447 milliseconds

1 2 3