Searched refs:toNPObjectProxy (Results 1 – 3 of 3) sorted by relevance
43 NPObjectProxy* npObjectProxy = toNPObjectProxy(createNPObject(0, npClass())); in create()296 NPObjectProxy* npObjectProxy = toNPObjectProxy(npObject); in NP_Deallocate()302 return toNPObjectProxy(npObject)->hasMethod(methodName); in NP_HasMethod()307 return toNPObjectProxy(npObject)->invoke(methodName, arguments, argumentCount, result); in NP_Invoke()312 return toNPObjectProxy(npObject)->invokeDefault(arguments, argumentCount, result); in NP_InvokeDefault()317 return toNPObjectProxy(npObject)->hasProperty(propertyName); in NP_HasProperty()322 return toNPObjectProxy(npObject)->getProperty(propertyName, result); in NP_GetProperty()327 return toNPObjectProxy(npObject)->setProperty(propertyName, value); in NP_SetProperty()332 return toNPObjectProxy(npObject)->removeProperty(propertyName); in NP_RemoveProperty()337 return toNPObjectProxy(npObject)->enumerate(identifiers, identifierCount); in NP_Enumerate()[all …]
73 NPObjectProxy* npObjectProxy = NPObjectProxy::toNPObjectProxy(npObject); in npObjectProxyDestroyed()116 NPObjectProxy* npObjectProxy = NPObjectProxy::toNPObjectProxy(npObject); in npVariantToNPVariantData()
47 static NPObjectProxy* toNPObjectProxy(NPObject* npObject) in toNPObjectProxy() function