/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
EvaluateJSWithinNPP_New.cpp | 32 // 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)
|
GetURLWithJavaScriptURLDestroyingPlugin.cpp | 30 // 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)
|
NPPNewFails.cpp | 41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
|
InvokeDestroysPluginWithinNPP_New.cpp | 32 // 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)
|
GetUserAgentWithNullNPPFromNPPNew.cpp | 34 // 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)
|
GetURLNotifyWithURLThatFailsToLoad.cpp | 32 // 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)
|
LeakWindowScriptableObject.cpp | 38 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
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)
|
GetURLWithJavaScriptURL.cpp | 47 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
/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); 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)
|
/external/chromium_org/content/test/plugin/ |
plugin_client.cc | 24 pFuncs->newp = NPP_New; 76 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode,
|
/external/chromium_org/third_party/npapi/npspy/common/ |
np_entry.cpp | 77 pFuncs->newp = NPP_New;
|
npp_gate.cpp | 61 NPError NPP_New(NPMIMEType pluginType,
|
/external/chromium_org/content/child/npapi/ |
plugin_instance.h | 51 // Activates the instance by calling NPP_New. 93 // opaque since it always tells us if it's transparent during NPP_New. 190 NPError NPP_New(unsigned short, short, char *[], char *[]);
|
plugin_instance.cc | 159 NPError err = NPP_New(mode, param_count, 211 NPError PluginInstance::NPP_New(unsigned short mode,
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 89 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
PluginTest.h | 61 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved);
|
main.cpp | 112 pluginFuncs->newp = NPP_New; 144 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) 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);
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npapi.h | 585 * Values for mode passed to NPP_New: 684 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
|
/external/chromium_org/third_party/npapi/bindings/ |
npapi.h | 717 * Values for mode passed to NPP_New: 827 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
|