Searched defs:hasProperty (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPRuntimeObjectFromDestroyedPlugin.cpp44 bool hasProperty(NPIdentifier propertyName) function in class:NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
H A DNPDeallocateCalledBeforeNPShutdown.cpp53 bool hasProperty(NPIdentifier propertyName) function in class:NPDeallocateCalledBeforeNPShutdown::ScriptableObject
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.h103 JSObjectHasPropertyCallback hasProperty; member in struct:OpaqueJSClass
H A DJSObjectRef.h123 If this function returns false, the hasProperty request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
127 If this callback is NULL, the getProperty callback will be used to service hasProperty requests.
321 @field hasProperty The callback invoked when determining whether an object has a property. If this field is NULL, getProperty is called instead. The hasProperty callback enables optimization in cases where only a property's existence needs to be known, not its value, and computing its value is expensive.
341 A NULL callback specifies that the default object callback should substitute, except in the case of hasProperty, where it specifies that getProperty should substitute.
355 JSObjectHasPropertyCallback hasProperty; member in struct:__anon14297
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.cpp130 void NPObjectMessageReceiver::hasProperty(const NPIdentifierData& propertyNameData, bool& returnValue) function in class:WebKit::NPObjectMessageReceiver
132 if (!m_npObject->_class->hasProperty) {
137 returnValue = m_npObject->_class->hasProperty(m_npObject, propertyNameData.createNPIdentifier());
H A DNPObjectProxy.cpp154 bool NPObjectProxy::hasProperty(NPIdentifier propertyName) function in class:WebKit::NPObjectProxy
317 return toNPObjectProxy(npObject)->hasProperty(propertyName);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.h49 DEFINE_HAS_MEMBER_CHECK(hasProperty, bool, (NPIdentifier propertyName));
142 bool hasProperty(NPIdentifier propertyName) function in struct:PluginTest::Object
194 return static_cast<T*>(npObject)->hasProperty(propertyName);
/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
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h206 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } function in class:llvm::ComplexPattern
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp139 bool NPJSObject::hasProperty(NPIdentifier identifier) function in class:WebKit::NPJSObject
151 result = m_jsObject->hasProperty(exec, identifierFromIdentifierRep(exec, identifierRep));
153 result = m_jsObject->hasProperty(exec, identifierRep->number());
212 if (!m_jsObject->hasProperty(exec, identifier)) {
219 if (!m_jsObject->hasProperty(exec, identifierRep->number())) {
356 return toNPJSObject(npObject)->hasProperty(propertyName);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppBoundClass.cpp115 static bool hasProperty(NPObject*, NPIdentifier);
149 CppNPObject::hasProperty,
175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) function in class:CppNPObject
178 return obj->boundClass->hasProperty(ident);
219 bool CppBoundClass::hasProperty(NPIdentifier ident) const function in class:CppBoundClass
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h304 NPHasPropertyFunctionPtr hasProperty; member in struct:NPClass
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp111 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property) function in class:WebKit::WebBindings
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp204 bool JSObject::hasProperty(ExecState* exec, const Identifier& propertyName) const function in class:JSC::JSObject
210 bool JSObject::hasProperty(ExecState* exec, unsigned propertyName) const function in class:JSC::JSObject
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 268 milliseconds