Home
last modified time | relevance | path

Searched refs:NPN_PluginThreadAsyncCall (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/
H A Dgshell.cpp104 aNPNFuncs->pluginthreadasynccall = NPN_PluginThreadAsyncCall; in populateNPFuncs()
444 NPN_PluginThreadAsyncCall(NPP plugin, void (*func)(void *), void *userData) in NPN_PluginThreadAsyncCall() function
/dports/www/mozplugger/mozplugger-2.1.6/npapi/
H A Dnpn_funcs.h100 void NPN_PluginThreadAsyncCall(NPP instance, void (*func) (void *),
H A Dnpn_funcs.c556 void NPN_PluginThreadAsyncCall(NPP instance, void (*func)(void *), in NPN_PluginThreadAsyncCall() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp175 void NPN_PluginThreadAsyncCall(NPP instance, PluginThreadAsyncCallFunction func, void* userData) in NPN_PluginThreadAsyncCall() function
H A DPluginPackage.cpp314 m_browserFuncs.pluginthreadasynccall = NPN_PluginThreadAsyncCall; in initializeBrowserFuncs()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/mozilla-sdk/
H A Dnpn_gate.cpp409 NPN_PluginThreadAsyncCall(NPP plugin, void (*func)(void *), void *userData) in NPN_PluginThreadAsyncCall() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp768 static void NPN_PluginThreadAsyncCall(NPP instance, void (*func) (void*), void* userData) in NPN_PluginThreadAsyncCall() function
946 netscapeFuncs.pluginthreadasynccall = NPN_PluginThreadAsyncCall; in initializeBrowserFuncs()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/moz-sdk/
H A Dnpapi.h690 void NP_LOADDS NPN_PluginThreadAsyncCall(NPP instance,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/
H A Dnpapi.h870 void NP_LOADDS NPN_PluginThreadAsyncCall(NPP instance,
/dports/java/icedtea-web/npapi-headers/
H A Dnpapi.h853 void NPN_PluginThreadAsyncCall(NPP instance,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A Dnpapi.h889 void NPN_PluginThreadAsyncCall(NPP instance, void (*func)(void*),
/dports/www/gecko-mediaplayer/npapi-headers/
H A Dnpapi.h853 void NPN_PluginThreadAsyncCall(NPP instance,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A Dnpapi.h875 void NPN_PluginThreadAsyncCall(NPP instance, void (*func)(void*),
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A Dnpapi.h885 void NPN_PluginThreadAsyncCall(NPP instance,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/test/testplugin/
H A Dnptest.cpp2001 NPN_PluginThreadAsyncCall(NPP plugin, void (*func)(void*), void* userdata) in NPN_PluginThreadAsyncCall() function
3258 NPN_PluginThreadAsyncCall(npp, asyncCallback, (void*)npobj); in ThreadProc()
3312 NPN_PluginThreadAsyncCall(npp, asyncCallback, (void*)npobj); in asyncCallbackTest()
3405 NPN_PluginThreadAsyncCall(npp, FinishGCRace, rd); in checkGCRace()
H A DREADME145 NPN_PluginThreadAsyncCall. When finished, calls the script callback
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/docs/
H A Dacquiring_dynamic_libraries.md77 (https://developer.mozilla.org/en/NPN_PluginThreadAsyncCall).
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/test/testplugin/
H A DREADME145 NPN_PluginThreadAsyncCall. When finished, calls the script callback
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/test/testplugin/
H A DREADME145 NPN_PluginThreadAsyncCall. When finished, calls the script callback
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-107487 callbacks on the main thread. Use this to implement NPN_PluginThreadAsyncCall on Windows.
7500 (NPN_PluginThreadAsyncCall):
7505 Initialize the NPN_PluginThreadAsyncCall callback.
27828 Add NPN_Construct and NPN_PluginThreadAsyncCall declarations.
H A DChangeLog20625 (NPN_PluginThreadAsyncCall):
H A DChangeLog-2009-06-1678073 NPN_PluginThreadAsyncCall does not work properly