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

1 2

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
EvaluateJSWithinNPP_New.cpp 39 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
48 NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
GetURLWithJavaScriptURLDestroyingPlugin.cpp 41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
NPPNewFails.cpp 41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
InvokeDestroysPluginWithinNPP_New.cpp 39 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
48 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
GetUserAgentWithNullNPPFromNPPNew.cpp 44 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
GetURLNotifyWithURLThatFailsToLoad.cpp 45 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
LeakWindowScriptableObject.cpp 38 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
GetURLWithJavaScriptURL.cpp 47 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
NPDeallocateCalledBeforeNPShutdown.cpp 69 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
NPRuntimeCallsWithNullNPP.cpp 36 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
SlowNPPNew.cpp 80 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 46 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 5092 milliseconds

1 2