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

  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 266 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0;
272 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, L"NP_GetEntryPoints");
276 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)GetProcAddress(m_module, "NP_GetEntryPoints");
280 if (!NP_Initialize || !NP_GetEntryPoints || !m_NPP_Shutdown)
286 npErr = NP_GetEntryPoints(&m_pluginFuncs);
  /external/webkit/WebCore/plugins/mac/
PluginPackageMac.cpp 271 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = 0;
276 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("NP_GetEntryPoints"));
279 if (!NP_Initialize || !NP_GetEntryPoints || !m_NPP_Shutdown)
292 npErr = NP_GetEntryPoints(&m_pluginFuncs);
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 73 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
83 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 76 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
86 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 57 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 342 NP_GetEntryPointsFuncPtr NP_GetEntryPoints = NULL;
380 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle, CFSTR("NP_GetEntryPoints"));
382 if (!NP_Initialize || !NP_GetEntryPoints || !NP_Shutdown)
620 npErr = NP_GetEntryPoints(&pluginFuncs);
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 31 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
42 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 92 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
102 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 79 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs);
89 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 46 NPError __stdcall NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)

Completed in 426 milliseconds