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

  /external/chromium/chrome/common/
default_plugin.cc 15 default_plugin::NP_GetEntryPoints,
  /external/chromium_org/content/test/plugin/
npapi_test.cc 65 EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* pFuncs) {
82 error = NP_GetEntryPoints(nppFuncs);
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 54 NPError WINAPI NP_GetEntryPoints(NPPluginFuncs* pFuncs)
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 57 NPError NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
76 NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs)
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 516 EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* nppfuncs) {
517 VLOG(2) << "NP_GetEntryPoints";
544 NP_GetEntryPoints(nppfuncs);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 66 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
83 // Simulate Flash and QuickTime's behavior of crashing when NP_Initialize is called before NP_GetEntryPoints.
91 return NP_GetEntryPoints(pluginFuncs);
98 NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
103 // Simulate Silverlight's behavior of crashing when NP_GetEntryPoints is called before NP_Initialize.
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 669 NPError OSCALL NP_GetEntryPoints(NPPluginFuncs* pFuncs);

Completed in 366 milliseconds