Home
last modified time | relevance | path

Searched refs:npobj (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/icedtea-web/icedtea-web-1.6.2/plugin/icedteanp/
H A DIcedTeaScriptablePluginObject.h62 static void deAllocate(NPObject *npobj);
64 static void invalidate(NPObject *npobj);
68 static bool invoke(NPObject *npobj, NPIdentifier name_id,
110 static void deAllocate(NPObject *npobj);
112 static void invalidate(NPObject *npobj);
116 static bool invoke(NPObject *npobj, NPIdentifier name_id,
156 static void deAllocate(NPObject *npobj) { in deAllocate() argument
157 delete (IcedTeaScriptableJavaObject*)npobj; in deAllocate()
168 static void invalidate(NPObject *npobj) { in invalidate() argument
169 IcedTeaPluginUtilities::removeInstanceID(npobj); in invalidate()
[all …]
H A DIcedTeaScriptablePluginObject.cc50 IcedTeaScriptablePluginObject::deAllocate(NPObject *npobj) in deAllocate() argument
56 IcedTeaScriptablePluginObject::invalidate(NPObject *npobj) in invalidate() argument
62 IcedTeaScriptablePluginObject::hasMethod(NPObject *npobj, NPIdentifier name_id) in hasMethod() argument
202 IcedTeaScriptableJavaPackageObject::deAllocate(NPObject *npobj) in deAllocate() argument
204 delete (IcedTeaScriptableJavaPackageObject*)npobj; in deAllocate()
208 IcedTeaScriptableJavaPackageObject::invalidate(NPObject *npobj) in invalidate() argument
246 NPP instance = IcedTeaPluginUtilities::getInstanceFromMemberPtr(npobj); in hasProperty()
295 NPP instance = IcedTeaPluginUtilities::getInstanceFromMemberPtr(npobj); in getProperty()
322 IcedTeaPluginUtilities::getInstanceFromMemberPtr(npobj), in getProperty()
516 NPP instance = IcedTeaPluginUtilities::getInstanceFromMemberPtr(npobj); in invoke()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsJSNPRuntime.cpp1221 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_AddProperty()
1263 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_DelProperty()
1299 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_SetProperty()
1358 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_GetProperty()
1481 if (!npobj || !npobj->_class) { in CallNPMethodInternal()
1619 if (!npobj || !npobj->_class) { in NPObjWrapper_Enumerate()
1667 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_Resolve()
1961 npobj->_class->invalidate(npobj); in OnPluginDestroy()
1986 npobj->_class->invalidate(npobj); in OnPluginDestroy()
2066 if (!npobj || !npobj->_class || !npobj->_class->getProperty || in CreateNPObjectMember()
[all …]
H A Dnpruntime.h248 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
249 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
254 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
263 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
342 NPObject *NPN_RetainObject(NPObject *npobj);
349 void NPN_ReleaseObject(NPObject *npobj);
363 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
367 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
378 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
H A DnsNPAPIPlugin.cpp1267 if (npobj->_class && npobj->_class->deallocate) { in _releaseobject()
1268 npobj->_class->deallocate(npobj); in _releaseobject()
1283 if (!npp || !npobj || !npobj->_class || !npobj->_class->invoke) in _invoke()
1306 if (!npp || !npobj || !npobj->_class || !npobj->_class->invokeDefault) in _invokeDefault()
1426 if (!npp || !npobj || !npobj->_class || !npobj->_class->getProperty) in _getproperty()
1532 if (!npp || !npobj || !npobj->_class || !npobj->_class->setProperty) in _setproperty()
1552 if (!npp || !npobj || !npobj->_class || !npobj->_class->removeProperty) in _removeproperty()
1572 if (!npp || !npobj || !npobj->_class || !npobj->_class->hasProperty) in _hasproperty()
1592 if (!npp || !npobj || !npobj->_class || !npobj->_class->hasMethod) in _hasmethod()
1613 if (!npp || !npobj || !npobj->_class) in _enumerate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsJSNPRuntime.cpp1113 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in delete_()
1152 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in set()
1224 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in get()
1347 if (!npobj || !npobj->_class) { in CallNPMethodInternal()
1503 if (!npobj || !npobj->_class) { in ownPropertyKeys()
1565 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_Resolve()
1868 npobj->_class->invalidate(npobj); in OnPluginDestroy()
1893 npobj->_class->invalidate(npobj); in OnPluginDestroy()
1909 npobj->_class->deallocate(npobj); in OnPluginDestroy()
1969 if (!npobj || !npobj->_class || !npobj->_class->getProperty || in CreateNPObjectMember()
[all …]
H A DnsNPAPIPlugin.cpp845 if (npobj->_class && npobj->_class->deallocate) { in _releaseobject()
846 npobj->_class->deallocate(npobj); in _releaseobject()
860 if (!npp || !npobj || !npobj->_class || !npobj->_class->invoke) return false; in _invoke()
881 if (!npp || !npobj || !npobj->_class || !npobj->_class->invokeDefault) in _invokeDefault()
1005 if (!npp || !npobj || !npobj->_class || !npobj->_class->getProperty) in _getproperty()
1027 if (!npp || !npobj || !npobj->_class || !npobj->_class->setProperty) in _setproperty()
1046 if (!npp || !npobj || !npobj->_class || !npobj->_class->removeProperty) in _removeproperty()
1065 if (!npp || !npobj || !npobj->_class || !npobj->_class->hasProperty) in _hasproperty()
1084 if (!npp || !npobj || !npobj->_class || !npobj->_class->hasMethod) in _hasmethod()
1129 if (!npp || !npobj || !npobj->_class || in _construct()
[all …]
H A Dnpruntime.h241 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
242 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
244 typedef bool (*NPInvokeFunctionPtr)(NPObject *npobj, NPIdentifier name,
247 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
331 NPObject *NPN_RetainObject(NPObject *npobj);
338 void NPN_ReleaseObject(NPObject *npobj);
352 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
356 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
364 bool NPN_HasMethod(NPP npp, NPObject *npobj, NPIdentifier methodName);
367 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsJSNPRuntime.cpp1128 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in delete_()
1167 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in set()
1239 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in get()
1361 if (!npobj || !npobj->_class) { in CallNPMethodInternal()
1520 if (!npobj || !npobj->_class) { in ownPropertyKeys()
1582 if (!npobj || !npobj->_class || !npobj->_class->hasProperty || in NPObjWrapper_Resolve()
1886 npobj->_class->invalidate(npobj); in OnPluginDestroy()
1911 npobj->_class->invalidate(npobj); in OnPluginDestroy()
1927 npobj->_class->deallocate(npobj); in OnPluginDestroy()
1987 if (!npobj || !npobj->_class || !npobj->_class->getProperty || in CreateNPObjectMember()
[all …]
H A DnsNPAPIPlugin.cpp844 if (npobj->_class && npobj->_class->deallocate) { in _releaseobject()
845 npobj->_class->deallocate(npobj); in _releaseobject()
859 if (!npp || !npobj || !npobj->_class || !npobj->_class->invoke) return false; in _invoke()
880 if (!npp || !npobj || !npobj->_class || !npobj->_class->invokeDefault) in _invokeDefault()
1003 if (!npp || !npobj || !npobj->_class || !npobj->_class->getProperty) in _getproperty()
1025 if (!npp || !npobj || !npobj->_class || !npobj->_class->setProperty) in _setproperty()
1044 if (!npp || !npobj || !npobj->_class || !npobj->_class->removeProperty) in _removeproperty()
1063 if (!npp || !npobj || !npobj->_class || !npobj->_class->hasProperty) in _hasproperty()
1082 if (!npp || !npobj || !npobj->_class || !npobj->_class->hasMethod) in _hasmethod()
1127 if (!npp || !npobj || !npobj->_class || in _construct()
[all …]
H A Dnpruntime.h241 typedef void (*NPDeallocateFunctionPtr)(NPObject* npobj);
242 typedef void (*NPInvalidateFunctionPtr)(NPObject* npobj);
244 typedef bool (*NPInvokeFunctionPtr)(NPObject* npobj, NPIdentifier name,
247 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject* npobj,
331 NPObject* NPN_RetainObject(NPObject* npobj);
338 void NPN_ReleaseObject(NPObject* npobj);
352 bool NPN_Invoke(NPP npp, NPObject* npobj, NPIdentifier methodName,
356 bool NPN_Evaluate(NPP npp, NPObject* npobj, NPString* script,
364 bool NPN_HasMethod(NPP npp, NPObject* npobj, NPIdentifier methodName);
367 bool NPN_Construct(NPP npp, NPObject* npobj, const NPVariant* args,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/test/testplugin/
H A Dnptest.cpp634 void scriptableDeallocate(NPObject* npobj);
635 void scriptableInvalidate(NPObject* npobj);
1720 void scriptableDeallocate(NPObject* npobj) { NPN_MemFree(npobj); } in scriptableDeallocate() argument
1722 void scriptableInvalidate(NPObject* npobj) {} in scriptableInvalidate() argument
1733 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in scriptableInvoke()
1738 NPN_SetException(npobj, nullptr); in scriptableInvoke()
1943 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in throwExceptionNextInvoke()
1953 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in npnInvokeDefaultTest()
1985 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in npnInvokeTest()
2013 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in npnEvaluateTest()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/test/testplugin/
H A Dnptest.cpp659 void scriptableDeallocate(NPObject* npobj);
660 void scriptableInvalidate(NPObject* npobj);
1939 NPObject *npobj, in NPN_Enumerate() argument
1949 NPObject *npobj, in NPN_GetProperty() argument
2046 scriptableDeallocate(NPObject* npobj) in scriptableDeallocate() argument
2048 NPN_MemFree(npobj); in scriptableDeallocate()
2052 scriptableInvalidate(NPObject* npobj) in scriptableInvalidate() argument
2074 NPN_SetException(npobj, nullptr); in scriptableInvoke()
2100 NPN_SetException(npobj, nullptr); in scriptableInvokeDefault()
3254 NPObject* npobj = (NPObject*)cookie; in ThreadProc() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/test/testplugin/
H A Dnptest.cpp636 void scriptableDeallocate(NPObject* npobj);
637 void scriptableInvalidate(NPObject* npobj);
1727 void scriptableDeallocate(NPObject* npobj) { NPN_MemFree(npobj); } in scriptableDeallocate() argument
1729 void scriptableInvalidate(NPObject* npobj) {} in scriptableInvalidate() argument
1740 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in scriptableInvoke()
1745 NPN_SetException(npobj, nullptr); in scriptableInvoke()
1950 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in throwExceptionNextInvoke()
1960 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in npnInvokeDefaultTest()
1992 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in npnInvokeTest()
2020 NPP npp = static_cast<TestNPObject*>(npobj)->npp; in npnEvaluateTest()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/
H A Dcallbacks.h124 extern bool GotoFrame (NPObject *npobj, NPIdentifier name,
143 extern bool IsPlaying (NPObject *npobj, NPIdentifier name,
165 extern bool LoadMovie (NPObject *npobj, NPIdentifier name,
190 extern bool Pan (NPObject *npobj, NPIdentifier name,
211 extern bool PercentLoaded (NPObject *npobj, NPIdentifier name,
222 extern bool Play (NPObject *npobj, NPIdentifier name,
233 extern bool Rewind (NPObject *npobj, NPIdentifier name,
249 extern bool SetZoomRect (NPObject *npobj, NPIdentifier name,
260 extern bool StopPlay (NPObject *npobj, NPIdentifier name,
273 extern bool Zoom (NPObject *npobj, NPIdentifier name,
[all …]
H A Dcallbacks.cpp104 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in SetVariableCallback()
132 GetVariableCallback (NPObject *npobj, NPIdentifier /* name */, in GetVariableCallback() argument
138 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in GetVariableCallback()
171 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in GotoFrame()
212 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in IsPlaying()
265 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in LoadMovie()
308 Pan (NPObject *npobj, NPIdentifier /* name */, const NPVariant *args, in Pan() argument
313 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in Pan()
356 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in PercentLoaded()
406 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in Play()
[all …]
H A DpluginScriptObject.h70 static void marshalDeallocate (NPObject *npobj);
71 static void marshalInvalidate (NPObject *npobj);
72 static bool marshalHasMethod (NPObject *npobj, NPIdentifier name);
73 static bool marshalInvoke (NPObject *npobj, NPIdentifier name,
78 static bool marshalHasProperty (NPObject *npobj, NPIdentifier name);
79 static bool marshalGetProperty (NPObject *npobj, NPIdentifier name,
81 static bool marshalSetProperty (NPObject *npobj, NPIdentifier name,
83 static bool marshalRemoveProperty (NPObject *npobj, NPIdentifier name);
84 static bool marshalEnumerate (NPObject *npobj, void***identifier,
86 static bool marshalConstruct (NPObject *npobj, const NPVariant *data,
[all …]
H A DpluginScriptObject.cpp295 GnashPluginScriptObject::marshalDeallocate (NPObject *npobj) in marshalDeallocate() argument
298 delete (GnashPluginScriptObject *)npobj; in marshalDeallocate()
313 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in marshalHasMethod()
332 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in marshalInvoke()
334 return gpso->Invoke(npobj, name, args, argCount, result); in marshalInvoke()
338 GnashPluginScriptObject::marshalInvokeDefault (NPObject *npobj, in marshalInvokeDefault() argument
343 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in marshalInvokeDefault()
351 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in marshalHasProperty()
360 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in marshalGetProperty()
369 GnashPluginScriptObject *gpso = (GnashPluginScriptObject *)npobj; in marshalSetProperty()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/
H A Dnpruntime.h248 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
249 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
254 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
263 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
342 NPObject *NPN_RetainObject(NPObject *npobj);
349 void NPN_ReleaseObject(NPObject *npobj);
363 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
367 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
378 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
/dports/java/icedtea-web/npapi-headers/
H A Dnpruntime.h248 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
249 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
254 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
263 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
342 NPObject *NPN_RetainObject(NPObject *npobj);
349 void NPN_ReleaseObject(NPObject *npobj);
363 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
367 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
378 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
/dports/www/gecko-mediaplayer/npapi-headers/
H A Dnpruntime.h248 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
249 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
254 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
263 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
342 NPObject *NPN_RetainObject(NPObject *npobj);
349 void NPN_ReleaseObject(NPObject *npobj);
363 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
367 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
378 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/moz-sdk/
H A Dnpruntime.h278 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
279 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
284 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
293 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
297 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
372 NPObject *NPN_RetainObject(NPObject *npobj);
379 void NPN_ReleaseObject(NPObject *npobj);
393 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
397 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
408 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
/dports/www/mozplugger/mozplugger-2.1.6/npapi/
H A Dnpruntime.h249 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
250 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
255 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
264 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
268 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj,
343 NPObject *NPN_RetainObject(NPObject *npobj);
350 void NPN_ReleaseObject(NPObject *npobj);
364 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
368 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
379 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args,
[all …]
/dports/graphics/djview4/djview4-4.12/nsdejavu/npsdk/
H A Dnpruntime.h278 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
279 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
281 typedef bool (*NPInvokeFunctionPtr)(NPObject *npobj, NPIdentifier name,
284 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
293 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
362 NPObject *NPN_RetainObject(NPObject *npobj);
369 void NPN_ReleaseObject(NPObject *npobj);
383 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
387 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
395 bool NPN_HasMethod(NPP npp, NPObject *npobj, NPIdentifier methodName);
[all …]
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Dnpruntime.h278 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
279 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
281 typedef bool (*NPInvokeFunctionPtr)(NPObject *npobj, NPIdentifier name,
284 typedef bool (*NPInvokeDefaultFunctionPtr)(NPObject *npobj,
293 typedef bool (*NPRemovePropertyFunctionPtr)(NPObject *npobj,
350 NPObject *NPN_RetainObject(NPObject *npobj);
357 void NPN_ReleaseObject(NPObject *npobj);
371 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
375 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script,
383 bool NPN_HasMethod(NPP npp, NPObject *npobj, NPIdentifier methodName);
[all …]

123