Searched defs:NP_GetEntryPoints (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c57 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs) function
/external/webkit/Source/WebCore/plugins/mac/
H A DPluginPackageMac.cpp269 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0; local
274 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("NP_GetEntryPoints"));
277 if (!NP_Initialize || !NP_GetEntryPoints || !m_NPP_Shutdown)
290 npErr = NP_GetEntryPoints(&m_pluginFuncs);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp63 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
77 // Simulate Flash and QuickTime's behavior of crashing when NP_Initialize is called before NP_GetEntryPoints.
85 return NP_GetEntryPoints(pluginFuncs);
92 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs) function
97 // Simulate Silverlight's behavior of crashing when NP_GetEntryPoints is called before NP_Initialize.

Completed in 112 milliseconds