Home
last modified time | relevance | path

Searched refs:NPConstructFunctionPtr (Results 1 – 12 of 12) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/
H A Dnpruntime.h267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, typedef
309 NPConstructFunctionPtr construct;
/dports/java/icedtea-web/npapi-headers/
H A Dnpruntime.h267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, typedef
309 NPConstructFunctionPtr construct;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A Dnpruntime.h259 typedef bool (*NPConstructFunctionPtr)(NPObject* npobj, const NPVariant* args, typedef
298 NPConstructFunctionPtr construct;
/dports/www/gecko-mediaplayer/npapi-headers/
H A Dnpruntime.h267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, typedef
309 NPConstructFunctionPtr construct;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A Dnpruntime.h259 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, const NPVariant *args, typedef
298 NPConstructFunctionPtr construct;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A Dnpruntime.h267 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, typedef
309 NPConstructFunctionPtr construct;
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/moz-sdk/
H A Dnpruntime.h297 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, typedef
339 NPConstructFunctionPtr construct;
/dports/www/mozplugger/mozplugger-2.1.6/npapi/
H A Dnpruntime.h268 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, typedef
310 NPConstructFunctionPtr construct;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/test/testplugin/
H A Dnptest.cpp746 sNPClass.construct = (NPConstructFunctionPtr)scriptableConstruct; in NP_Initialize()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/test/testplugin/
H A Dnptest.cpp748 sNPClass.construct = (NPConstructFunctionPtr)scriptableConstruct; in NP_Initialize()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/test/testplugin/
H A Dnptest.cpp767 sNPClass.construct = (NPConstructFunctionPtr)scriptableConstruct; in NP_Initialize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0656392 NPClass has 13 members, the last one (NPConstructFunctionPtr construct) wasn't