/external/webkit/Source/WebCore/plugins/symbian/ |
PluginPackageSymbian.cpp | 156 m_browserFuncs.hasproperty = _NPN_HasMethod;
|
/external/webkit/Source/WebKit/chromium/public/ |
WebBindings.h | 83 WEBKIT_API static bool hasProperty(NPP, NPObject*, NPIdentifier property);
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.cpp | 248 return jsObject->hasProperty(exec, propertyName->identifier(&exec->globalData())); 276 if (attributes && !jsObject->hasProperty(exec, name))
|
/external/webkit/Source/WebCore/plugins/ |
npfunctions.h | 165 NPN_HasPropertyProcPtr hasproperty; member in struct:_NPNetscapeFuncs
|
PluginPackage.cpp | 332 m_browserFuncs.hasproperty = _NPN_HasProperty;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebBindings.cpp | 111 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property)
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
CppBoundClass.h | 229 bool hasProperty(NPIdentifier) const;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapeBrowserFuncs.cpp | 710 if (npObject->_class->hasProperty) 711 return npObject->_class->hasProperty(npObject, propertyName); 931 netscapeFuncs.hasproperty = NPN_HasProperty;
|
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2002-12-03 | 413 (ActivationImp::hasProperty): Special case for arguments, return true. 459 (ArrayInstanceImp::hasProperty): Ditto. 546 (FunctionImp::hasProperty): Ditto. 777 (StringInstanceImp::hasProperty): Return true for length. [all...] |
ChangeLog-2003-10-25 | 247 (ArrayInstanceImp::hasProperty): Ditto. 256 (StringInstanceImp::hasProperty): Return true for property names that are suitable array indices. 362 (ArrayInstanceImp::hasProperty): Ditto. 389 (ArrayInstanceImp::hasProperty): Ditto. 604 getDirect() instead of hasProperty(). 659 (ObjectImp::hasProperty): Same thing here. [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | [all...] |
DAGISelMatcherGen.cpp | 370 PInfo.hasProperty(SDNPHasChain) || 371 PInfo.hasProperty(SDNPInGlue) || 372 PInfo.hasProperty(SDNPOptInGlue); 508 if (CP.hasProperty(SDNPHasChain)) { [all...] |
CodeGenDAGPatterns.h | 227 /// hasProperty - Return true if this node has the specified property. 229 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
|
/external/webkit/Source/WebCore/bridge/ |
npruntime.h | 304 NPHasPropertyFunctionPtr hasProperty;
|
/external/v8/src/ |
runtime.js | 351 return %_IsNonNegativeSmi(this) ? %HasElement(x, this) : %HasProperty(x, %ToString(this)); 393 if (%HasProperty(this, string)) return string;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSObject.cpp | 204 bool JSObject::hasProperty(ExecState* exec, const Identifier& propertyName) const 210 bool JSObject::hasProperty(ExecState* exec, unsigned propertyName) const
|
JSObject.h | 121 bool hasProperty(ExecState*, const Identifier& propertyName) const; 122 bool hasProperty(ExecState*, unsigned propertyName) const; [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostProxy.mm | 823 returnValue = instanceProxy->hasProperty(objectID, propertyNameIdentifier); 825 returnValue = instanceProxy->hasProperty(objectID, identifier->number()); [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginPackage.mm | 485 browserFuncs.hasproperty = (NPN_HasPropertyProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN_HasProperty); 598 browserFuncs.hasproperty = _NPN_HasProperty;
|
/external/chromium/webkit/glue/ |
cpp_variant_unittest.cc | 465 MockNPHasPropertyFunction, // NPHasPropertyFunctionPtr hasProperty;
|
/external/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 208 'hasScreenPlayback', 'hasScreenBroadcast', 'hasProperty',
|
/external/webkit/Source/JavaScriptGlue/ |
JSUtils.cpp | 332 if (object->hasProperty(exec, propName))
|
/external/webkit/Source/WebCore/bindings/objc/ |
WebScriptObject.mm | 445 BOOL result = [self _imp]->hasProperty(exec, Identifier(exec, stringToUString(String(key))));
|
/external/webkit/Source/WebCore/plugins/android/ |
PluginPackageAndroid.cpp | 187 funcs->hasproperty = _NPN_HasProperty;
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.def | 211 ?hasProperty@JSObject@JSC@@QBE_NPAVExecState@2@ABVIdentifier@2@@Z 212 ?hasProperty@JSObject@JSC@@QBE_NPAVExecState@2@I@Z
|