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

  /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/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/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 183 milliseconds