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

  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 290 NPError NPPEntryPointManager::callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
npp_gate.cpp 246 NPError rv = epManager->callNPP_NewStream(instance, type, stream, seekable, stype);

Completed in 2580 milliseconds