HomeSort by relevance Sort by last modified time
    Searched refs:NPMIMEType (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/content/shell/tools/plugin/Tests/
EvaluateJSWithinNPP_New.cpp 43 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
52 NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
GetURLWithJavaScriptURLDestroyingPlugin.cpp 44 virtual NPError NPP_New(NPMIMEType pluginType,
NPPNewFails.cpp 44 virtual NPError NPP_New(NPMIMEType pluginType,
InvokeDestroysPluginWithinNPP_New.cpp 43 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
52 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
GetUserAgentWithNullNPPFromNPPNew.cpp 46 virtual NPError NPP_New(NPMIMEType pluginType,
LeakWindowScriptableObject.cpp 17 virtual NPError NPP_New(NPMIMEType pluginType,
GetURLWithJavaScriptURL.cpp 51 virtual NPError NPP_New(NPMIMEType pluginType,
61 virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) OVERRIDE
GetURLNotifyWithURLThatFailsToLoad.cpp 48 virtual NPError NPP_New(NPMIMEType pluginType,
NPDeallocateCalledBeforeNPShutdown.cpp 73 virtual NPError NPP_New(NPMIMEType pluginType,
NPRuntimeCallsWithNullNPP.cpp 40 virtual NPError NPP_New(NPMIMEType pluginType,
SlowNPPNew.cpp 84 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.h 22 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_execute_stream_javascript.h 22 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_delete_plugin_in_stream_test.cc 34 NPError DeletePluginInStreamTest::NewStream(NPMIMEType type, NPStream* stream,
plugin_get_javascript_url2_test.h 24 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_get_javascript_url_test.h 23 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_request_read_test.h 29 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_execute_stream_javascript.cc 19 NPError ExecuteStreamJavaScript::NewStream(NPMIMEType type, NPStream* stream,
plugin_geturl_test.h 33 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_get_javascript_url2_test.cc 40 NPError ExecuteGetJavascriptUrl2Test::NewStream(NPMIMEType type, NPStream* stream,
plugin_test.h 35 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
plugin_request_read_test.cc 39 NPError PluginRequestReadTest::NewStream(NPMIMEType type, NPStream* stream,
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 90 NPError callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 230 typedef char* NPMIMEType;
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,

Completed in 270 milliseconds

1 2