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

  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 76 void createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib);
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 91 void NPPEntryPointManager::createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib)
npp_gate.cpp 115 epManager->createEntryPointsForPlugin(pluginType, &realNPPFuncs, real_NP_Shutdown, hLib);

Completed in 46 milliseconds