Searched defs:NPP_New (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DEvaluateJSWithinNPP_New.cpp32 // Executing JS within NPP_New when initializing asynchronously should not be able to deadlock with the WebProcess
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) function in class:EvaluteJSWithinNPP_New
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp30 // From NPP_New, call NPN_GetURL to evaluate JavaScript that destroys the plug-in.
41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:GetURLWithJavaScriptURLDestroyingPlugin
H A DGetUserAgentWithNullNPPFromNPPNew.cpp34 // Trying to get the user agent with a null instance from NPP_New.
44 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:GetUserAgentWithNullNPPFromNPPNew
H A DNPPNewFails.cpp41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved) function in class:NPPNewFails
H A DGetURLNotifyWithURLThatFailsToLoad.cpp32 // From NPP_New, call NPN_GetURLNotify with a URL that fails to load (NPP_NewStream won't be called).
45 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:GetURLNotifyWithURLThatFailsToLoad
H A DInvokeDestroysPluginWithinNPP_New.cpp32 // Executing JS within NPP_New when initializing asynchronously should not be able to deadlock with the WebProcess
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) function in class:InvokeDestroysPluginWithinNPP_New
H A DLeakWindowScriptableObject.cpp38 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:LeakWindowScriptableObject
H A DNPRuntimeCallsWithNullNPP.cpp36 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved) function in class:NPRuntimeCallsWithNullNPP
H A DGetURLWithJavaScriptURL.cpp47 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:GetURLWithJavaScriptURL
H A DNPDeallocateCalledBeforeNPShutdown.cpp69 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:NPDeallocateCalledBeforeNPShutdown
H A DSlowNPPNew.cpp80 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved) function in class:SlowNPPNew
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc24 pFuncs->newp = NPP_New;
76 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, function
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
80 pluginFuncs->newp = NPP_New;
137 pluginFuncs->newp = (NPP_NewProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_New);
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved) function
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp61 NPError NPP_New(NPMIMEType pluginType, function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A Dmain.cpp112 pluginFuncs->newp = NPP_New;
144 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function
302 pluginLog(instance, "NPP_New: Could not find a test named \"%s\", maybe its .cpp file wasn't added to the build system?", testIdentifier.c_str());
309 return obj->pluginTest->NPP_New(pluginType, mode, argc, argn, argv, saved);
H A DPluginTest.cpp89 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) function in class:PluginTest
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc159 NPError err = NPP_New(mode, param_count,
211 NPError PluginInstance::NPP_New(unsigned short mode, function in class:content::PluginInstance

Completed in 65 milliseconds