Lines Matching defs:npObject
66 bool NPJSObject::isNPJSObject(NPObject* npObject) in isNPJSObject()
333 void NPJSObject::NP_Deallocate(NPObject* npObject) in NP_Deallocate()
339 bool NPJSObject::NP_HasMethod(NPObject* npObject, NPIdentifier methodName) in NP_HasMethod()
344 bool NPJSObject::NP_Invoke(NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments,… in NP_Invoke()
349 bool NPJSObject::NP_InvokeDefault(NPObject* npObject, const NPVariant* arguments, uint32_t argument… in NP_InvokeDefault()
354 bool NPJSObject::NP_HasProperty(NPObject* npObject, NPIdentifier propertyName) in NP_HasProperty()
359 bool NPJSObject::NP_GetProperty(NPObject* npObject, NPIdentifier propertyName, NPVariant* result) in NP_GetProperty()
364 bool NPJSObject::NP_SetProperty(NPObject* npObject, NPIdentifier propertyName, const NPVariant* val… in NP_SetProperty()
369 bool NPJSObject::NP_RemoveProperty(NPObject* npObject, NPIdentifier propertyName) in NP_RemoveProperty()
374 bool NPJSObject::NP_Enumerate(NPObject* npObject, NPIdentifier** identifiers, uint32_t* identifierC… in NP_Enumerate()
379 bool NPJSObject::NP_Construct(NPObject* npObject, const NPVariant* arguments, uint32_t argumentCoun… in NP_Construct()