OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPP_NewStream
(Results
1 - 13
of
13
) 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/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/content/test/plugin/
plugin_client.cc
27
pFuncs->newstream =
NPP_NewStream
;
154
NPError
NPP_NewStream
(NPP instance, NPMIMEType type,
/external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp
80
pFuncs->newstream =
NPP_NewStream
;
npp_gate.cpp
231
NPError
NPP_NewStream
(NPP instance,
/external/chromium_org/content/child/npapi/
plugin_instance.h
192
NPError
NPP_NewStream
(NPMIMEType, NPStream*, NPBool, unsigned short*);
plugin_stream.cc
85
NPError err = instance_->
NPP_NewStream
((NPMIMEType)char_mime_type,
plugin_instance.cc
264
NPError PluginInstance::
NPP_NewStream
(NPMIMEType type,
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp
103
NPError PluginTest::
NPP_NewStream
(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
PluginTest.h
64
virtual NPError
NPP_NewStream
(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
main.cpp
115
pluginFuncs->newstream =
NPP_NewStream
;
403
NPError
NPP_NewStream
(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
418
return obj->pluginTest->
NPP_NewStream
(type, stream, seekable, stype);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h
261
* Available from
NPP_NewStream
onwards.
591
* Values for stream type passed to
NPP_NewStream
:
689
NPError NP_LOADDS
NPP_NewStream
(NPP instance, NPMIMEType type,
/external/chromium_org/third_party/npapi/bindings/
npapi.h
221
* Available from
NPP_NewStream
onwards.
723
* Values for stream type passed to
NPP_NewStream
:
832
NPError NP_LOADDS
NPP_NewStream
(NPP instance, NPMIMEType type,
Completed in 329 milliseconds