HomeSort by relevance Sort by last modified time
    Searched refs:NP_GetEntryPoints (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/common/
default_plugin.cc 15 default_plugin::NP_GetEntryPoints,
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 269 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/
PluginPackageMac.cpp 269 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0;
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/
main.m 73 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
83 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 76 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
86 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 57 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 345 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/
main.m 92 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
102 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 79 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs);
89 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 63 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)
97 // Simulate Silverlight's behavior of crashing when NP_GetEntryPoints is called before NP_Initialize.

Completed in 495 milliseconds