Home
last modified time | relevance | path

Searched refs:mNP_GetEntryPoints (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DPluginPRLibrary.h31 mNP_GetEntryPoints(nullptr), in PluginPRLibrary()
76 mNP_GetEntryPoints = (NP_GetEntryPointsFunc) in HasRequiredFunctions()
78 if (!mNP_GetEntryPoints) in HasRequiredFunctions()
146 NP_GetEntryPointsFunc mNP_GetEntryPoints; variable
H A DPluginPRLibrary.cpp173 if (mNP_GetEntryPoints) { in NP_GetEntryPoints()
174 *error = mNP_GetEntryPoints(pFuncs); in NP_GetEntryPoints()