Home
last modified time | relevance | path

Searched refs:NP_GetEntryPointsFuncPtr (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/plugins/win/
DPluginPackageWin.cpp269 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0; in load()
275 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, L"NP_GetEntryPoints"); in load()
279 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, "NP_GetEntryPoints"); in load()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
DNetscapePluginModule.cpp213NP_GetEntryPointsFuncPtr getEntryPointsFuncPtr = m_module->functionPointer<NP_GetEntryPointsFuncPt… in tryLoad()
/external/webkit/Source/WebCore/plugins/mac/
DPluginPackageMac.cpp269 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0; in load()
274 …NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("N… in load()
/external/webkit/Source/WebCore/plugins/
Dnpfunctions.h207 typedef EXPORTED_CALLBACK(NPError, NP_GetEntryPointsFuncPtr)(NPPluginFuncs*); typedef
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm345 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = NULL;
383 …NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CF…