Searched refs:NP_GetEntryPoints (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/common/
H A Ddefault_plugin.cc15 default_plugin::NP_GetEntryPoints,
/external/webkit/Source/WebCore/plugins/win/
H A DPluginPackageWin.cpp269 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0;
275 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, L"NP_GetEntryPoints");
279 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, "NP_GetEntryPoints");
283 if (!NP_Initialize || !NP_GetEntryPoints || !m_NPP_Shutdown)
289 npErr = NP_GetEntryPoints(&m_pluginFuncs);
/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/Examples/NetscapeCoreAnimationPlugin/
H A Dmain.m73 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
83 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m76 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
86 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
/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/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.mm345 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = NULL;
383 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_GetEntryPoints"));
385 if (!NP_Initialize || !NP_GetEntryPoints || !NP_Shutdown)
623 npErr = NP_GetEntryPoints(&pluginFuncs);
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m92 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
102 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m79 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs);
89 NPError NP_GetEntryPoints(NPPluginFuncs* 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 184 milliseconds