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

/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp54 NPError WINAPI NP_GetEntryPoints(NPPluginFuncs* pFuncs) function
/external/chromium_org/content/test/plugin/
H A Dnpapi_test.cc65 EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* pFuncs) { function
82 error = NP_GetEntryPoints(nppFuncs);
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c57 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs) function
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp71 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
88 // Simulate Flash and QuickTime's behavior of crashing when NP_Initialize is called before NP_GetEntryPoints.
96 return NP_GetEntryPoints(pluginFuncs);
103 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs) function
108 // Simulate Silverlight's behavior of crashing when NP_GetEntryPoints is called before NP_Initialize.

Completed in 153 milliseconds