/external/chromium_org/content/shell/tools/plugin/Tests/ |
D | EvaluateJSWithinNPP_New.cpp | 43 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* ar… 52 NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* a… in NPP_New()
|
D | InvokeDestroysPluginWithinNPP_New.cpp | 43 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* ar… 52 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t ar… in NPP_New()
|
D | GetURLWithJavaScriptURL.cpp | 51 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New() 61 …virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)… in NPP_NewStream()
|
D | NPPNewFails.cpp | 44 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
D | GetURLWithJavaScriptURLDestroyingPlugin.cpp | 44 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
D | GetUserAgentWithNullNPPFromNPPNew.cpp | 46 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
D | GetURLNotifyWithURLThatFailsToLoad.cpp | 48 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
D | LeakWindowScriptableObject.cpp | 17 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
D | NPRuntimeCallsWithNullNPP.cpp | 40 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
D | SlowNPPNew.cpp | 84 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* ar… in NPP_New()
|
D | NPDeallocateCalledBeforeNPShutdown.cpp | 73 virtual NPError NPP_New(NPMIMEType pluginType, in NPP_New()
|
/external/chromium_org/third_party/npapi/npspy/include/ |
D | epmanager.h | 90 …NPError callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], ch… 93 …NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16…
|
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
D | main.c | 40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha… 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… 156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha… in NPP_New() 183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… in NPP_NewStream()
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npapi.h | 230 typedef char* NPMIMEType; typedef 684 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance, 689 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type, 726 NPError NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
|
/external/chromium_org/content/test/plugin/ |
D | plugin_delete_plugin_in_stream_test.h | 22 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
D | plugin_execute_stream_javascript.h | 22 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
D | plugin_get_javascript_url2_test.h | 24 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
D | plugin_delete_plugin_in_stream_test.cc | 34 NPError DeletePluginInStreamTest::NewStream(NPMIMEType type, NPStream* stream, in NewStream()
|
D | plugin_request_read_test.h | 29 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
D | plugin_get_javascript_url_test.h | 23 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
D | plugin_execute_stream_javascript.cc | 19 NPError ExecuteStreamJavaScript::NewStream(NPMIMEType type, NPStream* stream, in NewStream()
|
D | plugin_geturl_test.h | 33 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npapi.h | 187 typedef char* NPMIMEType; typedef 827 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance, 832 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type, 869 NPError NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
|
D | npfunctions.h | 51 typedef NPError (* NP_LOADDS NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mod… 54 typedef NPError (* NP_LOADDS NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* st… 79 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPS…
|
/external/chromium_org/content/shell/tools/plugin/ |
D | PluginTest.cpp | 84 NPError PluginTest::NPP_New(NPMIMEType pluginType, in NPP_New() 97 NPError PluginTest::NPP_NewStream(NPMIMEType type, in NPP_NewStream()
|