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

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 231 NPError NPP_NewStream(NPP instance,
  /external/chromium_org/content/test/plugin/
plugin_client.cc 27 pFuncs->newstream = NPP_NewStream;
154 NPError NPP_NewStream(NPP instance, NPMIMEType type,
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
83 pluginFuncs->newstream = NPP_NewStream;
140 pluginFuncs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 104 NPError PluginTest::NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
main.cpp 115 pluginFuncs->newstream = NPP_NewStream;
400 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
415 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 262 NPError PluginInstance::NPP_NewStream(NPMIMEType type,

Completed in 169 milliseconds