HomeSort by relevance Sort by last modified time
    Searched defs:NPP_New (Results 1 - 17 of 17) sorted by null

  /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)
GetUserAgentWithNullNPPFromNPPNew.cpp 32 // Trying to get the user agent with a null instance from NPP_New.
42 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)
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)
NPRuntimeCallsWithNullNPP.cpp 36 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)
NPDeallocateCalledBeforeNPShutdown.cpp 69 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/third_party/npapi/npspy/common/
npp_gate.cpp 61 NPError NPP_New(NPMIMEType pluginType,
  /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/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/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 88 NPError PluginTest::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/content/child/npapi/
plugin_instance.cc 160 NPError err = NPP_New(mode, param_count,
213 NPError PluginInstance::NPP_New(unsigned short mode,

Completed in 1691 milliseconds