Searched refs:hasProperty (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dblocks.cpp50 __attribute__((__blocks__(byref))) bool hasProperty = false;
54 func(hasProperty);
55 if (hasProperty)
56 hasProperty = 0;
58 hasProperty = 1;
59 return hasProperty;
61 func(hasProperty);
64 if (hasProperty)
65 hasProperty = 1;
68 return hasProperty
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h310 /// hasProperty - Return true if the instruction (or in the case of a bundle,
315 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
329 return hasProperty(MCID::Variadic, Type);
335 return hasProperty(MCID::HasOptionalDef, Type);
342 return hasProperty(MCID::Pseudo, Type);
346 return hasProperty(MCID::Return, Type);
350 return hasProperty(MCID::Call, Type);
357 return hasProperty(MCID::Barrier, Type);
367 return hasProperty(MCID::Terminator, Type);
375 return hasProperty(MCI
[all...]
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DNPDeallocateCalledBeforeNPShutdown.cpp53 bool hasProperty(NPIdentifier propertyName) function in class:NPDeallocateCalledBeforeNPShutdown::ScriptableObject
H A DNPRuntimeObjectFromDestroyedPlugin.cpp60 bool hasProperty(NPIdentifier propertyName) function in class:NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
H A DPluginScriptableObjectOverridesAllProperties.cpp51 bool hasProperty(NPIdentifier propertyName) function in class:PluginScriptableObjectOverridesAllProperties::PluginObject
H A DSlowNPPNew.cpp50 bool hasProperty(NPIdentifier propertyName) function in class:SlowNPPNew::PluginObject
H A DNPRuntimeRemoveProperty.cpp47 bool hasProperty(NPIdentifier propertyName) function in struct:NPRuntimeRemoveProperty::TestObject
135 bool hasProperty(NPIdentifier propertyName) function in struct:NPRuntimeRemoveProperty::PluginObject
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppBoundClass.cpp121 static bool hasProperty(NPObject*, NPIdentifier);
155 CppNPObject::hasProperty,
181 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) function in class:WebTestRunner::CppNPObject
184 return obj->boundClass->hasProperty(ident);
225 bool CppBoundClass::hasProperty(NPIdentifier ident) const function in class:WebTestRunner::CppBoundClass
H A DCppVariant.cpp259 if (!WebBindings::hasProperty(0, npValue, lengthId))
282 if (!WebBindings::hasProperty(0, npValue, indexId))
H A DCppBoundClass.h231 bool hasProperty(NPIdentifier) const;
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginTest.h49 DEFINE_HAS_MEMBER_CHECK(hasProperty, bool, (NPIdentifier propertyName));
164 bool hasProperty(NPIdentifier propertyName) function in struct:PluginTest::Object
228 return static_cast<T*>(npObject)->hasProperty(propertyName);
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.cc93 static bool hasProperty(NPObject *obj, NPIdentifier ident);
129 CppNPObject::hasProperty,
153 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj, function in class:webkit_glue::CppNPObject
H A Dcpp_variant.cc222 if (WebBindings::hasProperty(NULL, np_value, length_id)) {
239 if (WebBindings::hasProperty(NULL, np_value, index)) {
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp286 bool getOptionalInteger(const Dictionary& raw, const char* propertyName, bool& hasProperty, double& value, double minValue, double maxValue, const ExceptionContext& context, ExceptionState& exceptionState) argument
289 bool ok = raw.get(propertyName, number, hasProperty);
291 if (!hasProperty)
312 bool hasProperty; local
313 if (!getOptionalInteger(raw, propertyName, hasProperty, value, minValue, maxValue, context, exceptionState))
316 if (!hasProperty) {
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc89 static bool hasProperty(NPObject *obj, NPIdentifier ident);
125 CppNPObject::hasProperty,
149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj, function in class:CppNPObject
H A Dcpp_variant.cc220 if (WebBindings::hasProperty(NULL, np_value, length_id)) {
237 if (WebBindings::hasProperty(NULL, np_value, index)) {
/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.cc209 if (npobject_->_class->hasProperty) {
210 *result = npobject_->_class->hasProperty(npobject_, id);
215 *result = WebBindings::hasProperty(0, npobject_, id);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NPObject.cpp229 if (npObject->_class->hasProperty && npObject->_class->getProperty && npObject->_class->hasProperty(npObject, identifier)) {
316 if (npObject->_class->hasProperty && npObject->_class->setProperty && npObject->_class->hasProperty(npObject, identifier)) {
H A DNPV8Object.cpp392 if (npObject->_class->hasProperty && npObject->_class->getProperty) {
393 if (npObject->_class->hasProperty(npObject, propertyName))
468 if (npObject->_class->hasProperty)
469 return npObject->_class->hasProperty(npObject, propertyName);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebBindings.h91 BLINK_EXPORT static bool hasProperty(NPP, NPObject*, NPIdentifier property);
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h206 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } function in class:llvm::ComplexPattern
H A DDAGISelMatcherEmitter.cpp394 if (Pattern.hasProperty(SDNPHasChain))
649 if (P.hasProperty(SDNPHasChain))
659 if (P.hasProperty(SDNPWantRoot))
664 if (P.hasProperty(SDNPWantParent))
H A DDAGISelMatcherGen.cpp380 PInfo.hasProperty(SDNPHasChain) ||
381 PInfo.hasProperty(SDNPInGlue) ||
382 PInfo.hasProperty(SDNPOptInGlue);
518 if (CP.hasProperty(SDNPHasChain)) {
/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h308 NPHasPropertyFunctionPtr hasProperty; member in struct:NPClass
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h330 NPHasPropertyFunctionPtr hasProperty; member in struct:NPClass

Completed in 4234 milliseconds

12