Home
last modified time | relevance | path

Searched defs:hasProperty (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/SemaCXX/
Dblocks.cpp50 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DNPRuntimeObjectFromDestroyedPlugin.cpp44 bool hasProperty(NPIdentifier propertyName) in hasProperty() function in NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
DNPDeallocateCalledBeforeNPShutdown.cpp53 bool hasProperty(NPIdentifier propertyName) in hasProperty() function in NPDeallocateCalledBeforeNPShutdown::ScriptableObject
/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) in hasProperty() function in CppNPObject
219 bool CppBoundClass::hasProperty(NPIdentifier ident) const in hasProperty() function in CppBoundClass
/external/llvm/utils/TableGen/
DCodeGenTarget.h196 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
DCodeGenDAGPatterns.h230 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.h142 bool hasProperty(NPIdentifier propertyName) in hasProperty() function
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectMessageReceiver.cpp130 void NPObjectMessageReceiver::hasProperty(const NPIdentifierData& propertyNameData, bool& returnVal… in hasProperty() function in WebKit::NPObjectMessageReceiver
DNPObjectProxy.cpp154 bool NPObjectProxy::hasProperty(NPIdentifier propertyName) in hasProperty() function in WebKit::NPObjectProxy
/external/webkit/Source/JavaScriptCore/API/
DJSClassRef.h103 JSObjectHasPropertyCallback hasProperty; member
DJSObjectRef.h355 JSObjectHasPropertyCallback hasProperty; member
DJSCallbackObjectFunctions.h122 if (JSObjectHasPropertyCallback hasProperty = jsClass->hasProperty) { in getOwnPropertySlot() local
/external/chromium/webkit/glue/
Dcpp_bound_class.cc149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj, in hasProperty() function in CppNPObject
/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.cpp204 bool JSObject::hasProperty(ExecState* exec, const Identifier& propertyName) const in hasProperty() function in JSC::JSObject
210 bool JSObject::hasProperty(ExecState* exec, unsigned propertyName) const in hasProperty() function in JSC::JSObject
/external/webkit/Source/WebCore/bridge/
Dnpruntime.h304 NPHasPropertyFunctionPtr hasProperty; member
/external/webkit/Source/WebKit/chromium/src/
DWebBindings.cpp111 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property) in hasProperty() function in WebKit::WebBindings
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPJSObject.cpp139 bool NPJSObject::hasProperty(NPIdentifier identifier) in hasProperty() function in WebKit::NPJSObject