Home
last modified time | relevance | path

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

/external/webkit/WebCore/plugins/win/
DPluginPackageWin.cpp266 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0; in load()
272 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, L"NP_GetEntryPoints"); in load()
276 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, "NP_GetEntryPoints"); in load()
/external/webkit/WebCore/plugins/mac/
DPluginPackageMac.cpp271 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0; in load()
276 …NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("N… in load()
/external/webkit/WebCore/plugins/
Dnpfunctions.h197 typedef EXPORTED_CALLBACK(NPError, NP_GetEntryPointsFuncPtr)(NPPluginFuncs*); typedef
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm342 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = NULL;
380 …NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle, CFSTR("N…